From 7b0e04e0777792e9cf713c50f58351a7f721d3af Mon Sep 17 00:00:00 2001 From: Armand Bahi <armand.bahi@veremes.com> Date: Tue, 23 Oct 2018 16:24:03 +0200 Subject: [PATCH] Minify JS after updating files --- update.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update.bat b/update.bat index aebb4bae..31125e19 100644 --- a/update.bat +++ b/update.bat @@ -4,7 +4,7 @@ echo Update Vitis App call utils/update_tree.bat -REM cd ../client/conf -REM call grunt +cd ../client/conf +call grunt pause -- GitLab