Commit 214308b6809826b8650d5557fff5e82a2955e7e2
1 parent
72516a4e0a
Exists in
master
Agregada refresh comand
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
package.json
... | ... | @@ -4,6 +4,7 @@ |
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", | |
7 | 8 | "test": "echo \"Error: no test specified\" && exit 1", |
8 | 9 | "compile": "gulp uglify", |
9 | 10 | "postinstall": "npm run compile && gulp clean-post-install", |