Commit 38b5adaa083d78762843f564b2c5460fa5308802

Authored by Eric Fernandez
1 parent 1cfa519557
Exists in master

fix gulp

Showing 2 changed files with 2 additions and 5 deletions   Show diff stats
... ... @@ -40,10 +40,10 @@ 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 44 gulp.dest(paths.tmp),
44 45 rename('foca-crear-hoja-ruta.min.js'),
45 46 uglify(),
46   - replace('"ngRoute","focaModalRemito","ui.bootstrap"', ''),
47 47 gulp.dest(paths.dist)
48 48 ]
49 49 );
1   -angular.module('focaCrearHojaRuta', [
2   - 'ngRoute',
3   - 'focaModalRemito',
4   - 'ui.bootstrap'/*,
  1 +angular.module('focaCrearHojaRuta', ['ngRoute', 'focaModalRemito', 'ui.bootstrap'/*,
5 2 'focaBusquedaProductos',
6 3 'focaModalProveedor',
7 4 'focaBusquedaCliente',