Commit e94dcd1b 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@52930 954022d7-b5bf-4e40-9824-e11837661b57
parent ca875277
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
cd /D %~dp0 cd /D %~dp0
@echo on @echo on
call grunt.cmd call grunt.cmd --no-color
@echo off @echo off
cd /D %~dp0
echo Installation grunt and grunt-contrib echo Installation grunt and grunt-contrib
call npm install -g grunt@0.3.17 call npm install -g grunt@0.3.17
call npm install grunt-contrib@0.3.0 call npm install grunt-contrib@0.3.0
...@@ -107,8 +107,8 @@ ...@@ -107,8 +107,8 @@
"../../Excel/model/DrawingObjects/DrawingDocument.js", "../../Excel/model/DrawingObjects/DrawingDocument.js",
"../../Excel/model/DrawingObjects/ShapeDrawer.js", "../../Excel/model/DrawingObjects/ShapeDrawer.js",
"../../Word/apiCommon.js", "../../Word/apiCommon.js",
"../../Excel/api.js" "../../Excel/api.js",
"../../Common/Shapes/EditorSettings.js", "../../Common/Shapes/EditorSettings.js"
], ],
"dst": "../../Excel/sdk-all.js" "dst": "../../Excel/sdk-all.js"
} }
......
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