From 596ce99f23909c565c860fe192c432b6a963370e Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Wed, 10 Oct 2018 17:53:54 -0300 Subject: [PATCH] quito inyecciones en js min --- gulpfile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gulpfile.js b/gulpfile.js index 7358956..560d7bd 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -40,6 +40,8 @@ gulp.task('uglify', ['templates'], function() { 'tmp/views.js' ]), concat('foca-modal-petroleras.js'), + replace('src/views/', ''), + replace("['ui.bootstrap', 'focaDirectivas']", '[]'), gulp.dest(paths.tmp), rename('foca-modal-petroleras.min.js'), uglify(), -- 1.9.1