Commit 9d4e32a7dcfa3481d3b1e4befd33c4a4cee373ef

Authored by Eric Fernandez
1 parent df1d87fa05
Exists in master

modifico replace en uflify para eliminar inyecciones

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
... ... @@ -40,7 +40,7 @@ gulp.task('uglify', ['templates'], function() {
40 40 ]),
41 41 concat('foca-busqueda-productos.js'),
42 42 replace('src/views/', ''),
43   - replace("'ngRoute'", ''),
  43 + replace("['ui.bootstrap', 'focaDirectivas']", '[]'),
44 44 gulp.dest(paths.tmp),
45 45 rename('foca-busqueda-productos.min.js'),
46 46 uglify(),