Commit c8b9e588693ceaf395c70f3dfdfd0e1eff8a300c
1 parent
cef91ce45f
Exists in
master
elimino modulo en gulpfile
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
gulpfile.js
| ... | ... | @@ -46,7 +46,7 @@ gulp.task('uglify', ['templates'], function() { |
| 46 | 46 | replace('"ngRoute","ui.bootstrap","focaModalVendedores","focaBusquedaProductos",'+ |
| 47 | 47 | '"focaModalProveedor","focaBusquedaCliente","focaModalPrecioCondicion",'+ |
| 48 | 48 | '"focaModalFlete","focaDirectivas","focaModal","focaModalDomicilio",'+ |
| 49 | - '"focaModalMoneda","focaModalCotizacion","focaSeguimiento","angular-ladda",'+ | |
| 49 | + '"focaModalMoneda","focaModalCotizacion","focaSeguimiento","focaBotoneraLateral","angular-ladda",'+ | |
| 50 | 50 | '"cordovaGeolocationModule"', ''), |
| 51 | 51 | gulp.dest(paths.dist) |
| 52 | 52 | ] |