소스 검색

add dev mode

tags/3.2.0
Caven Chen 2 년 전
부모
커밋
8e12222a96
1개의 변경된 파일1개의 추가작업 그리고 8개의 파일을 삭제
  1. 1
    8
      gulpfile.js

+ 1
- 8
gulpfile.js 파일 보기

@@ -328,15 +328,8 @@ async function regenerate(option, content) {
await fse.remove('dist/dc.min.css')
await fse.outputFile(path.join('dist', 'namespace.js'), content)
await buildModules(option)
await combineJs(option)
await buildCSS()
await gulp
.src(['dist/modules.js', 'dist/namespace.js'])
.pipe(concat('dc.min.js'))
.pipe(gulp.dest('dist'))
.on('end', () => {
addCopyright(option)
deleteTempFile(option)
})
}

export const build = gulp.series(

Loading…
취소
저장