diff options
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gulpfile.js b/gulpfile.js index 600b384b..71dad55f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -132,8 +132,8 @@ gulp.task(taskNames.jsAll, function(){ // Watch for file changes gulp.task("watch", function () { - gulp.watch(paths.watchtemplates, taskNames.jsAll); - gulp.watch(paths.watchjs, taskNames.jsAll); + //gulp.watch(paths.watchtemplates, [taskNames.jsAll]); + //gulp.watch(paths.watchjs, [taskNames.jsAll]); gulp.watch(paths.watchless, lessBuildTasks); - gulp.watch(paths.watchicons, taskNames.iconBuild); + gulp.watch(paths.watchicons, [taskNames.iconBuild]); });
\ No newline at end of file |