Commit 2482711a authored by Alexey.Golubev's avatar Alexey.Golubev Committed by Alexander.Trofimov

Устанавливаем модули для сборки только когда их действительно нет.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@54203 954022d7-b5bf-4e40-9824-e11837661b57
parent 3f71e29a
@echo off
cd /D %~dp0
SET GRUNT=grunt@0.3.17
SET GRUNT_CONTRIB=grunt-contrib@0.3.0
SET GRUNT_CLOSURE_TOOLS=grunt-closure-tools@0.6.12
SET GRUNT_EXEC=grunt-exec@0.3.0
SET GRUNT_REPLACE=grunt-replace@0.3.2
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
call npm list -g %GRUNT% || call npm install -g %GRUNT%
call npm list %GRUNT_CONTRIB% || call npm install %GRUNT_CONTRIB%
call npm list %GRUNT_CLOSURE_TOOLS% || call npm install %GRUNT_CLOSURE_TOOLS%
call npm list %GRUNT_EXEC% || call npm install %GRUNT_EXEC%
call npm list %GRUNT_REPLACE% || call npm install %GRUNT_REPLACE%
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment