Skip to content
Snippets Groups Projects
Commit d85eb2a8 authored by Armand Bahi's avatar Armand Bahi
Browse files

add install/update.bat

parent 257deb71
Branches
Tags
No related merge requests found
@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
@echo off
title Update Vitis App
echo Update Vitis App
call utils/update_tree.bat
cd client/conf
call grunt
pause
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment