try fixing watch task

This commit is contained in:
Shannon
2020-12-01 15:02:28 +11:00
parent 47b4a4d234
commit 927335149d

View File

@@ -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
)