瀏覽代碼

init version 5.0

pull/211/head
cavencj 5 月之前
父節點
當前提交
d4fde71324
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      gulpfile.js

+ 1
- 0
gulpfile.js 查看文件

@@ -185,6 +185,7 @@ async function deleteTempFile() {
async function combineJs(options) {
// combine for iife
if (options.iife) {
await fse.ensureFile(path.join(cesium_path, 'Cesium.js'))
await gulp
.src([path.join(cesium_path, 'Cesium.js'), 'dist/modules-iife.js'])
.pipe(concat('dc.min.js'))

Loading…
取消
儲存