Browse Source

Merge pull request #211 from zishang520/patch-3

Update gulpfile.js
pull/213/head
Caven Chen 3 months ago
parent
commit
f302667a83
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      gulpfile.js

+ 1
- 1
gulpfile.js View File

@@ -18,7 +18,7 @@ import GlobalsPlugin from 'esbuild-plugin-globals'
import shell from 'shelljs'
import chalk from 'chalk'

const cesium_path = path.resolve('./node_modules/cesium/build/Cesium')
const cesium_path = path.resolve('./node_modules/cesium/Build/Cesium')

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


Loading…
Cancel
Save