From fbfd31ba3a4ef104248725ebc2b02f1d00731d8c Mon Sep 17 00:00:00 2001 From: Pablo Marco del Pont Date: Wed, 31 Oct 2018 17:34:41 -0300 Subject: [PATCH] =?UTF-8?q?Cambio=20seg=C3=BAn=20code=20review.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']); }); -- 1.9.1