Commit 6dd6f3aad26e389006d67ba9fc634d324a35bd1a

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

Agregado comando para hacer refresh

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
... ... @@ -4,6 +4,8 @@
4 4 "description": "Directivas para usarse en los productos Debo Suite",
5 5 "main": "index.js",
6 6 "scripts": {
  7 + "refresh": "gulp uglify && cp tmp/foca-directivas.js ../wrapper-demo/node_modules/foca-directivas/dist/foca-directivas.min.js",
  8 + "frefresh": "gulp uglify && cp tmp/foca-directivas.js ../wrapper-facturador/node_modules/foca-directivas/dist/foca-directivas.min.js",
7 9 "test": "echo \"Error: no test specified\" && exit 1",
8 10 "compile": "gulp uglify",
9 11 "postinstall": "npm run compile && gulp clean-post-install",