From dd5c17df1d4ee4a0ba15f142063f6a7b1c040f83 Mon Sep 17 00:00:00 2001 From: Catouse Date: Fri, 2 Sep 2016 17:24:10 +0800 Subject: [PATCH] * fix gulp task. --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index fc57baef..0456e13c 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -449,6 +449,7 @@ gulp.task('build', function(callback) { }); gulp.task('watch:' + name, function() { + if(name === 'lib') name = 'seperate'; gulp.watch(["./src/less/**/*"], function(event) { buildBundle(name, function() { console.log(' √ '.green + (' WATCH ' + name.bold + ' COMPLETED. ').yellow.inverse); -- GitLab