Commit 320757ba04960d8333ebe5528d12fdfc62f17f4d

Authored by Pablo Marco del Pont
1 parent c1bacd3f42
Exists in master

Fix rutas en gulpfile.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
... ... @@ -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 });