@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