Select Git revision
Changelog_2020.02.md
To find the state of this project's repository at the time of any of these versions, check out the tags.
install.bat 371 B
@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