Commit befc4f8891aaa6a16d35995f83868a883b27a3fd
Exists in
master
and in
1 other branch
Merge branch 'master' into 'master'
Master(efernandez) See merge request !29
Showing
4 changed files
Show diff stats
index.html
| ... | ... | @@ -77,7 +77,7 @@ |
| 77 | 77 | <script src="./node_modules/foca-modal-efectivo/dist/foca-modal-efectivo.min.js"></script> |
| 78 | 78 | <script src="./node_modules/foca-modal-cobrador/dist/foca-modal-cobradores.min.js"></script> |
| 79 | 79 | <script src="./node_modules/foca-modal-cobranza/dist/foca-modal-cobranza.min.js"></script> |
| 80 | - | |
| 80 | + <script src="./node_modules/foca-logistica-pedido-ruta/dist/foca-logistica-pedido-ruta.min.js"></script> | |
| 81 | 81 | <script src="./src/js/app.js"></script> |
| 82 | 82 | <script src="./src/js/controller.js"></script> |
| 83 | 83 | <script src="./src/etc/develop.js"></script> |
package.json
| ... | ... | @@ -48,6 +48,7 @@ |
| 48 | 48 | "foca-filtros": "git+ssh://git@debonline.dyndns.org:npm/foca-filtros.git", |
| 49 | 49 | "foca-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-hoja-ruta.git", |
| 50 | 50 | "foca-login": "git+ssh://git@debonline.dyndns.org:npm/foca-login.git", |
| 51 | + "foca-logistica-pedido-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-logistica-pedido-ruta.git", | |
| 51 | 52 | "foca-modal": "git+ssh://git@debonline.dyndns.org:npm/foca-modal.git", |
| 52 | 53 | "foca-modal-banco": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-banco.git", |
| 53 | 54 | "foca-modal-busqueda-productos": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-busqueda-productos.git", |
src/js/app.js