diff --git a/gulpfile.js b/gulpfile.js index e3e15a4..7d4eb08 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -44,7 +44,6 @@ gulp.task('uglify', ['templates', 'uglify-spec'], function() { ]), concat('foca-abm-vehiculo.js'), replace("src/views/", ''), - replace("'ngRoute'", ''), gulp.dest(paths.tmp), rename('foca-abm-vehiculo.min.js'), uglify(),