web-apps/build/deploy/installtools.bat

8 lines
237 B
Batchfile
Raw Normal View History

2016-03-11 00:48:53 +00:00
@echo off
echo Installation grunt and grunt-contrib
call npm install -g grunt@0.3.17
call npm install grunt-contrib@0.3.0
call npm install grunt-closure-tools@0.6.12
call npm install grunt-exec@0.3.0
call npm install grunt-replace@0.3.2