Make watch the defualt task
This commit is contained in:
parent
c1ea46c516
commit
1e93473285
|
@ -26,4 +26,4 @@ gulp.task('watch', function () {
|
|||
gulp.watch('./sass/**/*.scss', ['compass']);
|
||||
});
|
||||
|
||||
gulp.task('default', []);
|
||||
gulp.task('default', ['watch']);
|
||||
|
|
Loading…
Reference in a new issue