소스 검색

Update gulpfile.js

Fix the path issue on Linux.
pull/211/head
Luoyy 3 달 전
부모
커밋
de836760c4
No account linked to committer's email address
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…
취소
저장