From 7172a9a23e90c645e77b37668f6269676c417614 Mon Sep 17 00:00:00 2001 From: sentsin Date: Tue, 28 Feb 2017 03:05:05 +0800 Subject: [PATCH] notes --- gulpfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 5dea080..0aa2cda 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -164,14 +164,14 @@ gulp.task('font', task.font); gulp.task('mv', task.mv); //开源版 -gulp.task('default', ['clearRelease'], function(){ +gulp.task('default', ['clearRelease'], function(){ //命令:gulp for(var key in task){ task[key]('open'); } }); //完整任务 -gulp.task('all', ['clear'], function(){ +gulp.task('all', ['clear'], function(){ //命令:gulp all,过滤layim:gulp all --open for(var key in task){ task[key](); }