From 4ce9fe3e7c97391e70b76e277426d0b307c0e88d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s?= Date: Tue, 30 Oct 2018 18:12:09 -0300 Subject: [PATCH] watch para js --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index aa33785..d2e6ac0 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -74,7 +74,7 @@ gulp.task('webserver', function() { }); gulp.task('watch', function() { - //gulp.watch([paths.srcJS], ['uglify']); + gulp.watch([paths.srcJS], ['uglify']); gulp.watch('src/sass/*.scss', ['sass']); }) -- 1.9.1