Commit 596ce99f23909c565c860fe192c432b6a963370e
1 parent
645830f5f7
Exists in
master
quito inyecciones en js min
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
gulpfile.js
... | ... | @@ -40,6 +40,8 @@ gulp.task('uglify', ['templates'], function() { |
40 | 40 | 'tmp/views.js' |
41 | 41 | ]), |
42 | 42 | concat('foca-modal-petroleras.js'), |
43 | + replace('src/views/', ''), | |
44 | + replace("['ui.bootstrap', 'focaDirectivas']", '[]'), | |
43 | 45 | gulp.dest(paths.tmp), |
44 | 46 | rename('foca-modal-petroleras.min.js'), |
45 | 47 | uglify(), |