Изменен порядок установки nodehun.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/nodeJSProjects@48654 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
Alexey.Golubev
2013-08-09 08:45:51 +00:00
committed by Alexander.Trofimov
parent dae24c00b8
commit 8479e23d61

View File

@ -13,10 +13,8 @@ call npm install express || exit /b 1
call npm install sockjs || exit /b 1
call npm install -g node-gyp || exit /b 1
call npm install nodehun@0.0.5 || exit /b 1
COPY sources\nodehun\nodehun.cpp node_modules\nodehun\src\nodehun.cpp
COPY sources\nodehun\replist.hxx node_modules\nodehun\src\hunspell\src\hunspell\replist.hxx
XCOPY /S nodehun node_modules\nodehun\ /Y
cd /D node_modules\nodehun\src || exit /b 1
call node-gyp configure || exit /b 1