diff --git a/update.bat b/update.bat
index aebb4bae2ee929512e638ccf8773044b92345da3..31125e198b0a4044dd119f758c04a4264ee4cb14 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