From 1e93473285171d225b3f2a4d8aeb9eafd0b4443f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 4 Jan 2016 13:25:16 +0000 Subject: [PATCH] Make watch the defualt task --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 757e93de..d558a9ad 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -26,4 +26,4 @@ gulp.task('watch', function () { gulp.watch('./sass/**/*.scss', ['compass']); }); -gulp.task('default', []); +gulp.task('default', ['watch']);