Bläddra i källkod

Update gulpfile.js

Fix the path issue on Linux.
pull/211/head
Luoyy 3 månader sedan
förälder
incheckning
de836760c4
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      gulpfile.js

+ 1
- 1
gulpfile.js Visa fil

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


Laddar…
Avbryt
Spara