Commit a5ff1d469caaadf55f35ca7e63a72d734a65ac1e

Authored by Marcelo Puebla
1 parent 49ad12d23c
Exists in master and in 1 other branch develop

Agregado comando para refrescar componente.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
... ... @@ -3,6 +3,7 @@
3 3 "version": "0.0.1",
4 4 "description": "Modal para seleccion de productos",
5 5 "scripts": {
  6 + "refresh": "gulp uglify && cp tmp/foca-busqueda-productos.js ../wrapper-demo/node_modules/foca-modal-busqueda-productos/dist/foca-busqueda-productos.min.js",
6 7 "test": "echo \"Error: no test specified\" && exit 1",
7 8 "gulp-pre-commit": "gulp pre-commit",
8 9 "compile": "gulp uglify",