Commit 06852c32e43f327ebfa542fc1e4fbf8633af08b4
1 parent
5b747eb063
Exists in
master
and in
1 other branch
commit -a -m "quito quitar inyeccion"
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
gulpfile.js
... | ... | @@ -44,7 +44,6 @@ gulp.task('uglify', ['templates', 'uglify-spec'], function() { |
44 | 44 | ]), |
45 | 45 | concat('foca-abm-vehiculo.js'), |
46 | 46 | replace("src/views/", ''), |
47 | - replace("'ngRoute'", ''), | |
48 | 47 | gulp.dest(paths.tmp), |
49 | 48 | rename('foca-abm-vehiculo.min.js'), |
50 | 49 | uglify(), |