Skip to content
Snippets Groups Projects
Select Git revision
  • 59589a7f3ff20b86837eced0e6c2119a9df43997
  • master default
  • pre-2019.01.00
3 results

index.rst

Blame
  • 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