Skip to content

Commit de83676

Browse files
authored
Update gulpfile.js
Fix the path issue on Linux.
1 parent ab9ecd0 commit de83676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import GlobalsPlugin from 'esbuild-plugin-globals'
1818
import shell from 'shelljs'
1919
import chalk from 'chalk'
2020

21-
const cesium_path = path.resolve('./node_modules/cesium/build/Cesium')
21+
const cesium_path = path.resolve('./node_modules/cesium/Build/Cesium')
2222

2323
const packageJson = fse.readJsonSync('./package.json')
2424

0 commit comments

Comments
 (0)