From 320757ba04960d8333ebe5528d12fdfc62f17f4d Mon Sep 17 00:00:00 2001 From: Pablo Marco del Pont Date: Tue, 6 Nov 2018 11:00:04 -0300 Subject: [PATCH] Fix rutas en gulpfile. --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index c277cbb..fcab138 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -75,5 +75,5 @@ gulp.task('clean-post-install', function(){ gulp.task('default', ['webserver']); gulp.task('watch', function() { - gulp.watch([srcJS, srcViews], ['uglify']); + gulp.watch([paths.srcJS, paths.srcViews], ['uglify']); }); -- 1.9.1