From 61fa0ee0ddf3d43ed90bd7ce9ccf894da1f19545 Mon Sep 17 00:00:00 2001 From: Pablo Marco del Pont Date: Mon, 29 Oct 2018 12:46:01 -0300 Subject: [PATCH] =?UTF-8?q?-=20Cambio=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 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']) }); -- 1.9.1