DocumentServer/OfficeWeb/sdk/build/opensource/installtools.bat

8 lines
229 B
Batchfile
Raw Normal View History

2014-07-05 18:22:49 +00:00
@echo off
cd /D %~dp0
echo Installation grunt and grunt-contrib
call npm install -g grunt@0.3.17
call npm install grunt-contrib-clean@0.3.2
call npm install grunt-contrib-copy@0.3.2
call npm install grunt-contrib-compress@0.3.2