提交 dd5c17df 编写于 作者: C Catouse

* fix gulp task.

上级 e84abe31
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册