Make watch the defualt task

This commit is contained in:
Oliver Davies 2016-01-04 13:25:16 +00:00
parent c1ea46c516
commit 1e93473285

View file

@ -26,4 +26,4 @@ gulp.task('watch', function () {
gulp.watch('./sass/**/*.scss', ['compass']);
});
gulp.task('default', []);
gulp.task('default', ['watch']);