Commit 4ce9fe3e7c97391e70b76e277426d0b307c0e88d

Authored by Nicolás Guarnieri
1 parent ba2a223d81
Exists in master

watch para js

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
... ... @@ -74,7 +74,7 @@ gulp.task('webserver', function() {
74 74 });
75 75  
76 76 gulp.task('watch', function() {
77   - //gulp.watch([paths.srcJS], ['uglify']);
  77 + gulp.watch([paths.srcJS], ['uglify']);
78 78 gulp.watch('src/sass/*.scss', ['sass']);
79 79 })
80 80