From 18d1a649b1ed2091e9c33c872f07a02ba121e779 Mon Sep 17 00:00:00 2001 From: efernandez Date: Thu, 17 Jan 2019 17:34:19 -0300 Subject: [PATCH] watch --- gulpfile.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gulpfile.js b/gulpfile.js index 41b329f..d516553 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -80,3 +80,7 @@ gulp.task('webserver', function() { }); gulp.task('default', ['webserver']); + +gulp.task('watch', function() { + gulp.watch([paths.srcJS, paths.srcViews], ['uglify']); +}); -- 1.9.1