diff --git a/gulpfile.js b/gulpfile.js index 57c193c..7ffc279 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -46,6 +46,6 @@ gulp.task('clean-post-install', function(){ .pipe(clean()); }); -gulp.task('watch', function(){ +gulp.task('watch', function() { return gulp.watch([paths.srcJS], ['uglify']); });