aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 6c84bf69..76d6cb81 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -167,7 +167,7 @@ build.js(bundles.docs.js, "docs");
// Default gulp task
gulp.task("default", function(){
- run("templates", tasks.js, tasks.less, "sprite");
+ run("templates", tasks.js, tasks.less, "sprite", "watch");
});
// Build all JS (inc. templates)