diff --git a/gulpfile.js b/gulpfile.js index fc57baef810f12bfcc1091ab258bb7a230f142a0..0456e13c434d61a0b0ec9668ca3eff99bc4f2ce7 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);