瀏覽代碼

Update gulpfile.js

Fix the path issue on Linux.
pull/211/head
Luoyy 3 月之前
父節點
當前提交
de836760c4
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      gulpfile.js

+ 1
- 1
gulpfile.js 查看文件

@@ -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…
取消
儲存