Skip to content
Snippets Groups Projects
Select Git revision
  • 9d3b0d489d27ecc0ece93531efd62f95c57b8f79
  • master default
  • next_version
  • laurent-change.log
  • Documentation_homogeneisation
  • HEAD
  • 2021.02.02
  • 2021.02.01
  • 2021.02.00
  • 2021.01.00
  • 2020.02.02
  • 2020.02.01
  • 2020.02.00
  • 2020.01.05
  • 2020.01.04
  • 2020.01.03
  • 2020.01.02
  • 2020.01.01
  • 2020.01.00
  • 2019.03.00
  • 2019.02.07
  • 2019.02.06
  • 2019.02.05
  • 2019.02.04
  • 2019.02.03
  • 2019.02.02
26 results

install.bat

  • 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