diff --git a/gulpfile.js b/gulpfile.js index 1298680..13e3280 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -87,6 +87,7 @@ gulp.task('livereload', function() { gulp.watch('css/*.css', ['reload']); gulp.watch('js/dist/*.js', ['reload']); gulp.watch('vistas/**/*.html', ['reload']); + gulp.watch('index.html', ['reload']); }); gulp.task('default', ['webserver', 'livereload', 'watch']); diff --git a/index.html b/index.html index cec5dfe..a90dfc0 100644 --- a/index.html +++ b/index.html @@ -59,6 +59,7 @@ + @@ -71,6 +72,7 @@ +