From 63c1d04d72845ecaf82df14ca06300b0d220def9 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sun, 15 Feb 2015 11:03:06 +1100 Subject: Improved plugin syntax, refactoring... --- gulpfile.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gulpfile.js') 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 -- cgit v1.2.3