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