Commit 13f65900982fc0669ce22ccedb03d2db143a2600
1 parent
29658e5399
Exists in
master
elimino modulo en gulpfile
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
gulpfile.js
... | ... | @@ -40,7 +40,7 @@ gulp.task('uglify', ['templates'], function() { |
40 | 40 | ]), |
41 | 41 | concat('foca-crear-hoja-ruta.js'), |
42 | 42 | replace('src/views/', ''), |
43 | - replace("'ngRoute', 'focaModalRemito', 'ui.bootstrap'", ''), | |
43 | + replace("'ngRoute','focaModalRemito','ui.bootstrap','focaBotoneraLateral'", ''), | |
44 | 44 | gulp.dest(paths.tmp), |
45 | 45 | rename('foca-crear-hoja-ruta.min.js'), |
46 | 46 | uglify(), |