소스 검색

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…
취소
저장