diff --git a/gulpfile.js b/gulpfile.js index dec5a76..46464d5 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -76,3 +76,7 @@ gulp.task('clean-post-install', function(){ }); gulp.task('default', ['webserver']); + +gulp.task('watch', function(){ + gulp.watch([paths.srcJS, paths.srcViews], ['uglify']) +}); diff --git a/src/views/modal-vendedores.html b/src/views/modal-vendedores.html index 04ac867..dc02f2e 100644 --- a/src/views/modal-vendedores.html +++ b/src/views/modal-vendedores.html @@ -1,13 +1,13 @@ -