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