From 1b2312a9148ad25eaa99f95eb0944f87a59aa2f7 Mon Sep 17 00:00:00 2001 From: mpuebla Date: Wed, 26 Jun 2019 12:05:27 -0300 Subject: [PATCH] Agregado comando para refrescar. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b00f2f8..43edb00 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.0.1", "description": "Modal para seleccion facturas", "scripts": { + "refresh": "gulp uglify && cp tmp/foca-modal-factura.js ../wrapper-demo/node_modules/foca-modal-factura/dist/foca-modal-factura.min.js", "test": "echo \"Error: no test specified\" && exit 1", "gulp-pre-commit": "gulp pre-commit", "compile": "gulp uglify", -- 1.9.1