浏览代码

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(

正在加载...
取消
保存