ソースを参照

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

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