From 13f65900982fc0669ce22ccedb03d2db143a2600 Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Tue, 18 Dec 2018 17:46:26 -0300 Subject: [PATCH] elimino modulo en gulpfile --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index c05e19d..0f8b312 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -40,7 +40,7 @@ gulp.task('uglify', ['templates'], function() { ]), concat('foca-crear-hoja-ruta.js'), replace('src/views/', ''), - replace("'ngRoute', 'focaModalRemito', 'ui.bootstrap'", ''), + replace("'ngRoute','focaModalRemito','ui.bootstrap','focaBotoneraLateral'", ''), gulp.dest(paths.tmp), rename('foca-crear-hoja-ruta.min.js'), uglify(), -- 1.9.1