diff --git a/gulpfile.js b/gulpfile.js index 46464d5..29ebfa3 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -77,6 +77,6 @@ gulp.task('clean-post-install', function(){ gulp.task('default', ['webserver']); -gulp.task('watch', function(){ +gulp.task('watch', function() { gulp.watch([paths.srcJS, paths.srcViews], ['uglify']) });