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']); })