Fix task name
This commit is contained in:
parent
03bb68e2f3
commit
cb6751d892
|
@ -87,6 +87,6 @@ gulp.task('default', ['build']);
|
||||||
gulp.task('watch', ['build'], function() {
|
gulp.task('watch', ['build'], function() {
|
||||||
plugins.refresh.listen();
|
plugins.refresh.listen();
|
||||||
|
|
||||||
gulp.watch(config.sass.sourceDir + config.sass.pattern, ['sass:compile']);
|
gulp.watch(config.sass.sourceDir + config.sass.pattern, ['styles']);
|
||||||
gulp.watch(config.js.sourceDir + config.js.pattern, ['scripts']);
|
gulp.watch(config.js.sourceDir + config.js.pattern, ['scripts']);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue