Commit 18421f35 authored by Alexey.Golubev's avatar Alexey.Golubev Committed by Alexander.Trofimov

Изменения связанные с переходом на версию грунта 0.4.х

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55450 954022d7-b5bf-4e40-9824-e11837661b57
parent 241899cf
...@@ -175,55 +175,60 @@ ...@@ -175,55 +175,60 @@
"deploy": { "deploy": {
"copy": { "copy": {
"common": { "common": {
"files": { "expand": true,
"<%= pkg.menu_path %>/Excel/model/": [ "cwd": "../../Common/Charts/",
"../../Common/Charts/DrawingObjects.js" "src": "DrawingObjects.js",
] "dest": "<%= pkg.menu_path %>/Excel/model/"
}
}, },
"api": { "api": {
"files": { "expand": true,
"<%= pkg.menu_path %>/Excel/": [ "cwd": "../../Excel/",
"../../Excel/api.js", "src": [
"../../Excel/apiDefines.js", "api.js",
"../../Excel/view/EventsController.js", "apiDefines.js",
"../../Excel/view/HandlerList.js", "view/EventsController.js",
"../../Excel/model/AdvancedOptions.js", "view/HandlerList.js",
"../../Excel/model/CellInfo.js", "model/AdvancedOptions.js",
"../../Excel/model/CellComment.js", "model/CellInfo.js",
"../../Excel/utils/utils.js", "model/CellComment.js",
"../../Excel/css/*.css" "utils/utils.js",
] "css/*.css"
} ],
"dest": "<%= pkg.menu_path %>/Excel/"
}, },
"sdk": { "sdk": {
"files": { "expand": true,
"<%= pkg.menu_path %>/Excel/": "../../Excel/sdk-all.js" "cwd": "../../Excel/",
} "src": "sdk-all.js",
"dest": "<%= pkg.menu_path %>/Excel/"
}, },
"doc": { "doc": {
"files": { "expand": true,
"<%= pkg.menu_path %>/Excel/document/": "../../Excel/document/**" "cwd": "../../Excel/",
} "src": "document/**",
"dest": "<%= pkg.menu_path %>/Excel/"
}, },
"log": { "log": {
"files": { "expand": true,
"<%= pkg.menu_path %>/Excel/": "../../Excel/sdk-all.js.map" "cwd": "../../Excel/",
} "src": "sdk-all.js.map",
"dest": "<%= pkg.menu_path %>/Excel/"
}, },
"samlpe": { "samlpe": {
"files": { "expand": true,
"<%= pkg.menu_path %>/Excel/Spreadsheet.html": "../../Excel/Spreadsheet.html.deploy" "cwd": "../../Excel/",
} "src": "Spreadsheet.html.deploy",
"dest": "<%= pkg.menu_path %>/Excel/"
}, },
"samlpe_files": { "samlpe_files": {
"files": { "expand": true,
"<%= pkg.menu_path %>/Excel/": [ "cwd": "../../Excel/",
"../../Excel/jquery/jquery-1.7.1.js", "src": [
"../../Excel/css/nav-buttons.png", "jquery/jquery-1.7.1.js",
"../../Excel/css/gradient.png" "css/nav-buttons.png",
] "css/gradient.png"
} ],
"dest": "<%= pkg.menu_path %>/Excel/"
} }
}, },
"store_log": { "store_log": {
......
...@@ -153,44 +153,47 @@ ...@@ -153,44 +153,47 @@
"deploy": { "deploy": {
"copy": { "copy": {
"api": { "api": {
"files": { "expand": true,
"<%= pkg.menu_path %>/PowerPoint/": [ "cwd": "../../PowerPoint/",
"../../PowerPoint/api.js", "src": [
"../../PowerPoint/apiCommon.js", "api.js",
"../../PowerPoint/apiDefines.js" "apiCommon.js",
] "apiDefines.js"
} ],
"dest": "<%= pkg.menu_path %>/PowerPoint/"
}, },
"sdk": { "sdk": {
"files": { "expand": true,
"<%= pkg.menu_path %>/PowerPoint/": [ "cwd": "../../PowerPoint/",
"../../PowerPoint/sdk-all.js", "src": [
"../../PowerPoint/themes/theme*/**" "sdk-all.js",
] "themes/theme*/**"
} ],
"dest": "<%= pkg.menu_path %>/PowerPoint/"
}, },
"doc": { "doc": {
"files": { "expand": true,
"<%= pkg.menu_path %>/PowerPoint/document/": "../../PowerPoint/document/**" "cwd": "../../PowerPoint/",
} "src": "document/**",
"dest": "<%= pkg.menu_path %>/PowerPoint/"
}, },
"log": { "log": {
"files": { "expand": true,
"<%= pkg.menu_path %>/PowerPoint/": [ "cwd": "../../PowerPoint/",
"../../PowerPoint/sdk-all.js.map", "flatten": true,
"../../PowerPoint/Build/Log/property.map", "src": [
"../../PowerPoint/Build/Log/variable.map", "sdk-all.js.map",
"../../PowerPoint/Build/Log/apiExport.js" "Build/Log/property.map",
] "Build/Log/variable.map",
}, "Build/Log/apiExport.js"
"options": { ],
"flatten": true "dest": "<%= pkg.menu_path %>/PowerPoint/"
}
}, },
"sample": { "sample": {
"files": { "expand": true,
"<%= pkg.menu_path %>/PowerPoint/index.html": "../../PowerPoint/index.html.deploy" "cwd": "../../PowerPoint/",
} "src": "index.html.deploy",
"dest": "<%= pkg.menu_path %>/PowerPoint/"
} }
}, },
"store_log": { "store_log": {
......
...@@ -155,61 +155,65 @@ ...@@ -155,61 +155,65 @@
"deploy": { "deploy": {
"copy": { "copy": {
"api": { "api": {
"files": { "expand": true,
"<%= pkg.menu_path %>/Word/": [ "cwd": "../../Word/",
"../../Word/api.js", "src": [
"../../Word/apiCommon.js", "api.js",
"../../Word/apiDefines.js" "apiCommon.js",
] "apiDefines.js"
} ],
"dest": "<%= pkg.menu_path %>/Word/"
}, },
"sdk": { "sdk": {
"files": { "expand": true,
"<%= pkg.menu_path %>/Word/": [ "cwd": "../../Word/",
"../../Word/sdk-all.js" "src": "sdk-all.js",
] "dest": "<%= pkg.menu_path %>/Word/"
}
}, },
"fonts": { "fonts": {
"files": { "expand": true,
"<%= pkg.menu_path %>/Fonts/": [ "cwd": "../../Fonts/",
"../../Fonts/js/*.js", "src": [
"../../Fonts/native/*.ttf", "js/*.js",
"../../Fonts/native/*.ttc", "native/*.ttf",
"../../Fonts/native/*.otf", "native/*.ttc",
"../../Fonts/native/*.TTF", "native/*.otf",
"../../Fonts/native/*.TTC", "native/*.TTF",
"../../Fonts/native/*.OTF", "native/*.TTC",
"../../Fonts/native/*.bin", "native/*.OTF",
"../../Fonts/native/*.BIN" "native/*.bin",
] "native/*.BIN"
} ],
"dest": "<%= pkg.menu_path %>/Fonts/"
}, },
"doc": { "doc": {
"files": { "expand": true,
"<%= pkg.menu_path %>/Word/document/": "../../Word/document/**" "cwd": "../../Word/",
} "src": "document/**",
"dest": "<%= pkg.menu_path %>/Word/"
}, },
"docscoapisettings": { "docscoapisettings": {
"files": { "expand": true,
"<%= pkg.menu_path %>/Common/": [ "cwd": "../../Common/",
"../../Common/AllFonts.js", "src": [
"../../Common/docscoapisettings.js", "AllFonts.js",
"../../Common/commonDefines.js", "docscoapisettings.js",
"../../Common/apiCommon.js", "commonDefines.js",
"../../Common/downloaderfiles.js", "apiCommon.js",
"../../Common/Images/*.cur" "downloaderfiles.js",
] "Images/*.cur"
} ],
"dest": "<%= pkg.menu_path %>/Common/"
}, },
"log": { "log": {
"files": { "expand": true,
"<%= pkg.menu_path %>/Word/": [ "cwd": "../../Word/",
"../../Word/Build/Log/property.map", "src": [
"../../Word/Build/Log/variable.map", "Build/Log/property.map",
"../../Word/Build/Log/apiExport.js" "Build/Log/variable.map",
] "Build/Log/apiExport.js"
} ],
"dest": "<%= pkg.menu_path %>/Word/"
} }
}, },
"store_log": { "store_log": {
......
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