diff --git a/gulpfile.js b/gulpfile.js index 4ad18d0..522f10a 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -39,7 +39,8 @@ gulp.task('uglify', ['templates'], function() { 'tmp/views.js' ]), concat('foca-busqueda-cliente.js'), - replace("src/views/", ''), + replace("'ui.bootstrap'", ''), + replace('src/views/', ''), gulp.dest(paths.tmp), rename('foca-busqueda-cliente.min.js'), uglify(),