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(),