Commit f81a59cde69395dbd69a74343513fd902d37b342
1 parent
439ba6befa
Exists in
master
quito inyecciones al archivo minificado
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
gulpfile.js
| ... | ... | @@ -41,7 +41,7 @@ gulp.task('uglify', ['templates'], function() { |
| 41 | 41 | ]), |
| 42 | 42 | concat('foca-modal-vendedores.js'), |
| 43 | 43 | replace('src/views/', ''), |
| 44 | - replace("'ngRoute'", ''), | |
| 44 | + replace("['ui.bootstrap', 'focaDirectivas']", '[]'), | |
| 45 | 45 | gulp.dest(paths.tmp), |
| 46 | 46 | rename('foca-modal-vendedores.min.js'), |
| 47 | 47 | uglify(), |