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

Удалены задачи и настройки по объединению и извлечению api

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64602 954022d7-b5bf-4e40-9824-e11837661b57
parent a22bc5b0
......@@ -177,27 +177,6 @@ module.exports = function(grunt) {
}
grunt.file.write(defaultConfig, JSON.stringify(pkg, null, 4));
});
grunt.registerTask('concat_js_api_init', 'Concatinate JS API', function() {
grunt.initConfig({
concat: packageFile['concat_api']
});
});
grunt.registerTask('concat_js_api', ['concat_js_api_init', 'concat']);
grunt.registerTask('extract_js_api_init', 'Extract JS API', function(){
grunt.file.mkdir( packageFile['compile']['sdk']['log'] );
grunt.initConfig({
exec: {
api: {
command: 'bin\\ExtractJSApi.exe ' + packageFile['extract_api']['src'] + ' ' + packageFile['extract_api']['dst'],
stdout: false
}
}
});
});
grunt.registerTask('extract_js_api', ['extract_js_api_init', 'exec']);
grunt.registerTask('create_map_file', function() {
// , .
......
......@@ -7,10 +7,6 @@
"revision": "HEAD",
"src": "../../Common ../../Word ../../Excel ../../PowerPoint"
},
"extract_api": {
"src": "../../Word/apiCommon.js",
"dst": "../../Excel/apiCommonExport.js"
},
"compile": {
"sdk": {
"src": [
......
......@@ -7,18 +7,6 @@
"revision": "HEAD",
"src": "../../Common ../../Word ../../PowerPoint"
},
"concat_api": {
"../../PowerPoint/api-all.js": [
"../../PowerPoint/api.js",
"../../PowerPoint/Private/api.js",
"../../PowerPoint/apiCommon.js",
"../../Word/apiCommon.js"
]
},
"extract_api": {
"src": "../../PowerPoint/api-all.js",
"dst": "../../PowerPoint/apiExport.js"
},
"compile": {
"sdk": {
"src": [
......@@ -140,7 +128,10 @@
"../../PowerPoint/Editor/Format/GroupPrototype.js",
"../../PowerPoint/Editor/Format/ChartSpacePrototype.js",
"../../PowerPoint/Editor/Format/GraphicFrame.js",
"../../PowerPoint/api-all.js",
"../../PowerPoint/api.js",
"../../PowerPoint/Private/api.js",
"../../PowerPoint/apiCommon.js",
"../../Word/apiCommon.js",
"../../PowerPoint/apiExport.js",
"../../Excel/utils/utils.js",
"../../Excel/model/Serialize.js",
......
......@@ -7,17 +7,6 @@
"revision": "HEAD",
"src": "../../Common ../../Word"
},
"concat_api": {
"../../Word/api-all.js": [
"../../Word/api.js",
"../../Word/Private/api.js",
"../../Word/apiCommon.js"
]
},
"extract_api": {
"src": "../../Word/api-all.js",
"dst": "../../Word/apiExport.js"
},
"compile": {
"sdk": {
"src": [
......@@ -125,7 +114,9 @@
"../../Common/scroll.js",
"../../Word/Editor/SerializeCommon.js",
"../../Word/apiDefines.js",
"../../Word/api-all.js",
"../../Word/api.js",
"../../Word/Private/api.js",
"../../Word/apiCommon.js",
"../../Word/apiExport.js",
"../../Word/document/empty.js",
"../../Word/Math/mathTypes.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