Ver código fonte

Update gulpfile.js

Fix the path issue on Linux.
pull/211/head
Luoyy 3 meses atrás
pai
commit
de836760c4
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      gulpfile.js

+ 1
- 1
gulpfile.js Ver arquivo

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


Carregando…
Cancelar
Salvar