Renaming watch task
This commit is contained in:
parent
76a24cd80d
commit
62278566c1
@ -62,11 +62,11 @@ gulp.task('html_release', function() {
|
||||
.pipe(gulp.dest('./'));
|
||||
});
|
||||
|
||||
gulp.task('watch', function() {
|
||||
gulp.task('watch_debug', function() {
|
||||
gulp.watch(paths.html, ['html_debug']);
|
||||
});
|
||||
|
||||
gulp.task('debug', ['lint', 'html_debug']);
|
||||
gulp.task('release', ['lint', 'js', 'css', 'html_release']);
|
||||
|
||||
gulp.task('default', ['html_debug', 'watch']);
|
||||
gulp.task('default', ['html_debug', 'watch_debug']);
|
||||
|
Loading…
Reference in New Issue
Block a user