From a090296ac0d6aab82c957d534764c2c44732b89e Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Wed, 5 Dec 2018 14:38:18 -0300 Subject: [PATCH] componente nombre-empresa, watch gulp index --- gulpfile.js | 1 + index.html | 2 ++ src/js/app.js | 1 + 3 files changed, 4 insertions(+) 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 @@ +