Commit 062fb31327d22d78c943799f34058a99f9509838

Authored by Eric Fernandez
Exists in master

Merge branch 'master' into 'master'

Master (pmarco)

See merge request modulos-npm/foca-modal-flete!6
... ... @@ -75,5 +75,5 @@ gulp.task('clean-post-install', function(){
75 75 gulp.task('default', ['webserver']);
76 76  
77 77 gulp.task('watch', function() {
78   - gulp.watch([srcJS, srcViews], ['uglify']);
  78 + gulp.watch([paths.srcJS, paths.srcViews], ['uglify']);
79 79 });