From f5ccee355e95a2adb0c460e377c2434bd54a082e Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Wed, 10 Oct 2018 17:18:42 -0300 Subject: [PATCH] =?UTF-8?q?quito=20inyecci=C3=B3n=20con=20gulp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gulpfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(), -- 1.9.1