From 6a7cf62ca91cb8d2f24947132b03efa43d6218cd Mon Sep 17 00:00:00 2001
From: Armand Bahi <armand.bahi@veremes.com>
Date: Tue, 23 Oct 2018 16:24:27 +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..46ef323f 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