Commit 8d28e90f13b309dffaaf39a6d00e105ec9510313
Exists in
master
and in
1 other branch
Merge branch 'master' into 'develop'
Master(martin) See merge request !17
Showing
1 changed file
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", |