Commit af8b463fb4ac73515003b822b4b59c1c4aef99ba

Authored by Marcelo Puebla
1 parent 63a306933b
Exists in develop

Add

Comando para refrescar modulo
Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
... ... @@ -3,7 +3,8 @@
3 3 "version": "v0.1.2A",
4 4 "description": "Modal para localizar domicilio",
5 5 "scripts": {
6   - "test": "echo \"Error: no test specified\" && exit 1",
  6 + "refresh": "gulp uglify && cp tmp/foca-modal-localizar.js ../wrapper-demo/node_modules/foca-modal-localizar/dist/foca-modal-localizar.min.js",
  7 + "test": "echo \"localizar: no test specified\" && exit 1",
7 8 "gulp-pre-commit": "gulp pre-commit",
8 9 "compile": "gulp uglify",
9 10 "postinstall": "npm run compile && gulp clean-post-install",