Gulp now watch html files

This commit is contained in:
Felipe Martín 2015-06-22 23:28:18 +02:00
parent 4accae944d
commit 03c8ea0f17
1 changed files with 1 additions and 0 deletions

View File

@ -25,4 +25,5 @@ gulp.task('watch', function() {
livereload.listen({ start: true });
gulp.watch('amiibofindr/**/less/**/*.less', ['less']);
gulp.watch('amiibofindr/**/app/**/*.js', ['scripts']);
gulp.watch('amiibofindr/**/*.html', []);
});