From 05ae67b14ebc1f97ade839e804842d157368eda0 Mon Sep 17 00:00:00 2001
From: ArmandBahi <armand.bahi@veremes.com>
Date: Tue, 23 Oct 2018 17:05:35 +0200
Subject: [PATCH] add install/update.bat

---
 install.bat | 18 ++++++++++++++++++
 update.bat  | 10 ++++++++++
 2 files changed, 28 insertions(+)
 create mode 100644 install.bat
 create mode 100644 update.bat

diff --git a/install.bat b/install.bat
new file mode 100644
index 00000000..d3123bf3
--- /dev/null
+++ b/install.bat
@@ -0,0 +1,18 @@
+@echo off
+title Install Vitis App
+echo Install Vitis App
+
+cd utils
+call init_tree.bat
+call copy_hooks.bat
+
+cd ../client/conf
+call npm install grunt --save
+call npm install grunt-cli
+call npm install grunt-closure-tools --save
+call npm install google-closure-compiler@20160911.0.0 --save
+call npm install google-closure-library@20160911.0.0 --save
+call grunt
+
+cd ..
+pause
diff --git a/update.bat b/update.bat
new file mode 100644
index 00000000..46ef323f
--- /dev/null
+++ b/update.bat
@@ -0,0 +1,10 @@
+@echo off
+title Update Vitis App
+echo Update Vitis App
+
+call utils/update_tree.bat
+
+cd client/conf
+call grunt
+
+pause
-- 
GitLab