完善任务

pull/64/head
sentsin 2017-09-14 10:49:38 +08:00
parent 60c03454bd
commit 2c8c9e384b
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ gulp.task('clear', function(cb){ //清理
gulp.task('laydate', task.minjs); //压缩PC版本
gulp.task('other', task.other); //移动一些配件
//打包发行版
gulp.task('clearZip', function(cb){ //清理
return del(['./release/zip/*'], cb);
});