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