ソースを参照

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')


読み込み中…
キャンセル
保存