try fixing watch task
This commit is contained in:
@@ -48,6 +48,8 @@ function watchTask(cb) {
|
||||
var destPath = config.root + config.targets.views + group.folder;
|
||||
console.log("copying " + group.files + " to " + destPath);
|
||||
task = task.pipe(dest(destPath));
|
||||
|
||||
return task;
|
||||
},
|
||||
js
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user