453 lines
23 KiB
JSON
453 lines
23 KiB
JSON
{
|
|
"version": "1.0",
|
|
"build": 877,
|
|
"homepage": "http://www.teamlab.com",
|
|
"sdk": {
|
|
"clean": [
|
|
"../../deploy/sdk/Common",
|
|
"../../deploy/sdk/Word"
|
|
],
|
|
"copy": {
|
|
"../../deploy/sdk/Common/": "../../sdk/Common/AllFonts.js",
|
|
"../../deploy/sdk/Fonts/": "../../sdk/Fonts/**/**",
|
|
"../../deploy/sdk/Word/": "../../sdk/Word/sdk-all.js"
|
|
}
|
|
},
|
|
"api": {
|
|
"clean": [
|
|
"../../deploy/apps/api"
|
|
],
|
|
"copy": {
|
|
"../../deploy/apps/api/documents/": "../../apps/api/**"
|
|
}
|
|
},
|
|
"main": {
|
|
"clean": [
|
|
"../../deploy/apps/documenteditor/main"
|
|
],
|
|
"js": {
|
|
"srcview": [
|
|
"../../apps/common/Gateway.js",
|
|
"../../apps/common/Analytics.js",
|
|
"../../apps/common/IrregularStack.js",
|
|
"../../apps/common/main/loader.js",
|
|
"../../apps/common/main/lib/plugin/ScrollPane.js",
|
|
"../../apps/common/main/lib/plugin/DataViewScrollPane.js",
|
|
"../../apps/common/main/lib/plugin/TextAreaAutoHeight.js",
|
|
"../../apps/common/main/lib/plugin/MenuExpand.js",
|
|
"../../apps/common/main/lib/component/LoadMask.js",
|
|
"../../apps/common/main/lib/component/SplitColorButton.js",
|
|
"../../apps/common/main/lib/component/MetricSpinner.js",
|
|
"../../apps/common/main/lib/component/IndeterminateCheckBox.js",
|
|
"../../apps/common/main/lib/component/SearchField.js",
|
|
"../../apps/common/main/lib/component/util/LanguageName.js",
|
|
"../../apps/common/main/lib/component/util/MetricSettings.js",
|
|
"../../apps/common/main/lib/model/User.js",
|
|
"../../apps/common/main/lib/model/ChatMessage.js",
|
|
"../../apps/common/main/lib/model/Comment.js",
|
|
"../../apps/common/main/lib/model/Reply.js",
|
|
"../../apps/common/main/lib/store/ChatMessages.js",
|
|
"../../apps/common/main/lib/store/Comments.js",
|
|
"../../apps/common/main/lib/store/Users.js",
|
|
"../../apps/common/main/lib/view/About.js",
|
|
"../../apps/common/main/lib/view/Header.js",
|
|
"../../apps/common/main/lib/view/ChatPanel.js",
|
|
"../../apps/common/main/lib/view/CommentsEditForm.js",
|
|
"../../apps/common/main/lib/view/CommentsPanel.js",
|
|
"../../apps/common/main/lib/view/CommentsPopover.js",
|
|
"../../apps/common/main/lib/view/DocumentAccessDialog.js",
|
|
"../../apps/common/main/lib/view/SearchDialog.js",
|
|
"../../apps/common/main/lib/view/Participants.js",
|
|
"../../apps/common/main/lib/view/ExternalDiagramEditor.js",
|
|
"../../apps/common/main/lib/controller/Chat.js",
|
|
"../../apps/common/main/lib/controller/CommentsBase.js",
|
|
"../../apps/common/main/lib/controller/CommentsList.js",
|
|
"../../apps/common/main/lib/controller/CommentsPopover.js",
|
|
"../../apps/common/main/lib/controller/ExternalDiagramEditor.js",
|
|
"../../apps/common/main/lib/view/ComboFonts.js",
|
|
"../../apps/common/main/lib/model/Font.js",
|
|
"../../apps/common/main/lib/store/Fonts.js",
|
|
"../../apps/common/main/lib/controller/Fonts.js",
|
|
"../../apps/documenteditor/main/app/view/ChromeRecommendation.js",
|
|
"../../apps/documenteditor/main/app/view/DocumentHelp.js",
|
|
"../../apps/documenteditor/main/app/view/DocumentInfo.js",
|
|
"../../apps/documenteditor/main/app/view/DocumentSettings.js",
|
|
"../../apps/documenteditor/main/app/view/File.js",
|
|
"../../apps/documenteditor/main/app/view/CreateFile.js",
|
|
"../../apps/documenteditor/main/app/view/RecentFiles.js",
|
|
"../../apps/documenteditor/main/app/view/DocumentStatusInfo.js",
|
|
"../../apps/documenteditor/main/app/view/DocumentHolder.js",
|
|
"../../apps/documenteditor/main/app/view/MainMenu.js",
|
|
"../../apps/documenteditor/main/app/view/Viewport.js",
|
|
"../../apps/documenteditor/main/app/model/FileTemplate.js",
|
|
"../../apps/documenteditor/main/app/model/RecentFile.js",
|
|
"../../apps/documenteditor/main/app/store/FileTemplates.js",
|
|
"../../apps/documenteditor/main/app/store/RecentFiles.js",
|
|
"../../apps/documenteditor/main/app/controller/CreateFile.js",
|
|
"../../apps/documenteditor/main/app/controller/RecentFiles.js",
|
|
"../../apps/documenteditor/main/app/controller/Search.js",
|
|
"../../apps/documenteditor/main/app/controller/DocumentHolder.js",
|
|
"../../apps/documenteditor/main/app/controller/Main.js",
|
|
"../../apps/common/locale.js",
|
|
"../../apps/documenteditor/main/app.js",
|
|
"../../apps/documenteditor/main/restrictions.js",
|
|
"../../apps/documenteditor/main/environment.js.deploy"
|
|
],
|
|
"destview": "../../deploy/apps/documenteditor/main/app-view.js",
|
|
"srcedit": [
|
|
"../../apps/common/main/lib/plugin/GridScrollPane.js",
|
|
"../../apps/common/main/lib/plugin/ComboBoxScrollPane.js",
|
|
"../../apps/common/main/lib/component/util/RGBColor.js",
|
|
"../../apps/common/main/lib/component/HSBColorPicker.js",
|
|
"../../apps/common/main/lib/view/ExtendedColorDialog.js",
|
|
"../../apps/common/main/lib/component/DataViewPicker.js",
|
|
"../../apps/common/main/lib/component/MenuDataViewPicker.js",
|
|
"../../apps/common/main/lib/component/ThemeColorPalette.js",
|
|
"../../apps/common/main/lib/component/MultiSliderGradient.js",
|
|
"../../apps/common/main/lib/component/ComboDataView.js",
|
|
"../../apps/common/main/lib/view/ImageFromUrlDialog.js",
|
|
"../../apps/common/main/lib/view/CopyWarning.js",
|
|
"../../apps/common/main/lib/view/AbstractSettingsPanel.js",
|
|
"../../apps/common/main/lib/component/SynchronizeTip.js",
|
|
"../../apps/common/main/lib/model/Group.js",
|
|
"../../apps/common/main/lib/model/GroupItem.js",
|
|
"../../apps/common/main/lib/component/GroupedDataView.js",
|
|
"../../apps/documenteditor/main/app/model/ShapeGroup.js",
|
|
"../../apps/documenteditor/main/app/store/ShapeGroups.js",
|
|
"../../apps/documenteditor/main/app/component/CellStyler.js",
|
|
"../../apps/documenteditor/main/app/component/TableStyler.js",
|
|
"../../apps/documenteditor/main/app/component/ComboDropFonts.js",
|
|
"../../apps/documenteditor/main/app/component/DimensionPicker.js",
|
|
"../../apps/documenteditor/main/app/component/MenuDimensionPicker.js",
|
|
"../../apps/documenteditor/main/app/view/DocumentLanguage.js",
|
|
"../../apps/documenteditor/main/app/view/InsertTableDialog.js",
|
|
"../../apps/documenteditor/main/app/view/HyperlinkSettingsDialog.js",
|
|
"../../apps/documenteditor/main/app/view/ShapeSettingsAdvancedCnt.js",
|
|
"../../apps/documenteditor/main/app/view/ImageSettingsAdvanced.js",
|
|
"../../apps/documenteditor/main/app/view/TableSettingsAdvanced.js",
|
|
"../../apps/documenteditor/main/app/view/ParagraphSettingsAdvanced.js",
|
|
"../../apps/documenteditor/main/app/view/DropcapSettingsAdvanced.js",
|
|
"../../apps/documenteditor/main/app/view/ImageSettings.js",
|
|
"../../apps/documenteditor/main/app/view/HeaderFooterSettings.js",
|
|
"../../apps/documenteditor/main/app/view/ParagraphSettings.js",
|
|
"../../apps/documenteditor/main/app/view/TableSettings.js",
|
|
"../../apps/documenteditor/main/app/view/ShapeSettings.js",
|
|
"../../apps/documenteditor/main/app/view/ChartSettings.js",
|
|
"../../apps/documenteditor/main/app/view/RightPanel.js",
|
|
"../../apps/documenteditor/main/app/view/RightMenu.js",
|
|
"../../apps/documenteditor/main/app/view/Toolbar.js",
|
|
"../../apps/documenteditor/main/app/controller/Toolbar.js"
|
|
],
|
|
"destedit": "../../deploy/apps/documenteditor/main/app-edit.js"
|
|
},
|
|
"css": {
|
|
"srcedit": [
|
|
"../../apps/common/main/resources/css/dataview-picker.css",
|
|
"../../apps/common/main/resources/css/hsb-colorpicker.css",
|
|
"../../apps/common/main/resources/css/themecolorpalette.css",
|
|
"../../apps/common/main/resources/css/comments-panel.css",
|
|
"../../apps/common/main/resources/css/comments-popover.css",
|
|
"../../apps/common/main/resources/css/synchronize-tip.css",
|
|
"../../apps/common/main/resources/css/grouped-data-view.css",
|
|
"../../apps/common/main/resources/css/multislider-gradient.css",
|
|
"../../apps/common/main/resources/css/dataview-combo.css",
|
|
"../../apps/documenteditor/main/resources/css/right-panels.css",
|
|
"../../apps/documenteditor/main/resources/css/toolbar.css",
|
|
"../../apps/documenteditor/main/resources/css/dimension-picker.css",
|
|
"../../apps/documenteditor/main/resources/css/table-border-styler.css",
|
|
"../../apps/documenteditor/main/resources/css/advanced-settings-dialog.css"
|
|
],
|
|
"destedit": "../../deploy/apps/documenteditor/main/resources/css/app-edit.css",
|
|
"srcview": [
|
|
"../../apps/common/main/resources/css/load-mask.css",
|
|
"../../apps/common/main/resources/css/jquery.jscrollpane.css",
|
|
"../../apps/common/main/resources/css/chat-panel.css",
|
|
"../../apps/common/main/resources/css/header.css",
|
|
"../../apps/common/main/resources/css/asc.css",
|
|
"../../apps/common/main/resources/css/about.css",
|
|
"../../apps/common/main/resources/css/searchfield.css",
|
|
"../../apps/common/main/resources/css/searchdialog.css",
|
|
"../../apps/common/main/resources/css/participantspanel.css",
|
|
"../../apps/documenteditor/main/resources/css/de-main-colors.css",
|
|
"../../apps/documenteditor/main/resources/css/header.css",
|
|
"../../apps/documenteditor/main/resources/css/document-holder.css",
|
|
"../../apps/documenteditor/main/resources/css/document-statusinfo.css",
|
|
"../../apps/documenteditor/main/resources/css/main-menu.css",
|
|
"../../apps/documenteditor/main/resources/css/file.css",
|
|
"../../apps/documenteditor/main/resources/css/file-create-new.css",
|
|
"../../apps/documenteditor/main/resources/css/file-open-recent.css"
|
|
],
|
|
"destview": "../../deploy/apps/documenteditor/main/resources/css/app-view.css"
|
|
},
|
|
"copy": {
|
|
"localization": {
|
|
"../../deploy/apps/documenteditor/main/locale/": "../../apps/documenteditor/main/locale/*"
|
|
},
|
|
"help": {
|
|
"../../deploy/apps/documenteditor/main/resources/help/en/": "../../apps/documenteditor/main/resources/help/en/**",
|
|
"../../deploy/apps/documenteditor/main/resources/help/de/": "../../apps/documenteditor/main/resources/help/de/**",
|
|
"../../deploy/apps/documenteditor/main/resources/help/es/": "../../apps/documenteditor/main/resources/help/es/**",
|
|
"../../deploy/apps/documenteditor/main/resources/help/fr/": "../../apps/documenteditor/main/resources/help/fr/**",
|
|
"../../deploy/apps/documenteditor/main/resources/help/it/": "../../apps/documenteditor/main/resources/help/it/**",
|
|
"../../deploy/apps/documenteditor/main/resources/help/ru/": "../../apps/documenteditor/main/resources/help/ru/**"
|
|
},
|
|
"index-page": {
|
|
"../../deploy/apps/documenteditor/main/index.html": "../../apps/documenteditor/main/index.html.deploy"
|
|
},
|
|
"images-app": {
|
|
"../../deploy/apps/documenteditor/main/resources/img/": "../../apps/documenteditor/main/resources/img/**"
|
|
},
|
|
"images-common": {
|
|
"../../deploy/apps/documenteditor/main/Images/": "../../sdk/Word/Images/*.cur",
|
|
"../../deploy/apps/documenteditor/main/resources/img/": "../../apps/common/main/resources/img/**"
|
|
}
|
|
}
|
|
},
|
|
"mobile": {
|
|
"clean": [
|
|
"../../deploy/apps/documenteditor/mobile"
|
|
],
|
|
"js": {
|
|
"src": [
|
|
"../../apps/common/Gateway.js",
|
|
"../../apps/common/Analytics.js",
|
|
"../../apps/common/mobile/loader.js",
|
|
"../../apps/common/mobile/lib/component/PlanarSpinner.js",
|
|
"../../apps/common/mobile/lib/component/RepeatableButton.js",
|
|
"../../apps/common/mobile/lib/component/SettingsList.js",
|
|
"../../apps/common/mobile/lib/model/SettingItem.js",
|
|
"../../apps/common/mobile/lib/store/SettingsList.js",
|
|
"../../apps/common/mobile/lib/view/PopoverPanel.js",
|
|
"../../apps/common/mobile/lib/view/PopClip.js",
|
|
"../../apps/common/mobile/lib/controller/PopClip.js",
|
|
"../../apps/documenteditor/mobile/app/plugin/Pinchemu.js",
|
|
"../../apps/documenteditor/mobile/app/view/Main.js",
|
|
"../../apps/documenteditor/mobile/app/view/phone/toolbar/Search.js",
|
|
"../../apps/documenteditor/mobile/app/view/phone/toolbar/View.js",
|
|
"../../apps/documenteditor/mobile/app/view/phone/Main.js",
|
|
"../../apps/documenteditor/mobile/app/view/tablet/panel/Font.js",
|
|
"../../apps/documenteditor/mobile/app/view/tablet/panel/FontStyle.js",
|
|
"../../apps/documenteditor/mobile/app/view/tablet/panel/Insert.js",
|
|
"../../apps/documenteditor/mobile/app/view/tablet/panel/ListStyle.js",
|
|
"../../apps/documenteditor/mobile/app/view/tablet/panel/ParagraphAlignment.js",
|
|
"../../apps/documenteditor/mobile/app/view/tablet/panel/Spacing.js",
|
|
"../../apps/documenteditor/mobile/app/view/tablet/panel/TextColor.js",
|
|
"../../apps/documenteditor/mobile/app/view/tablet/toolbar/Edit.js",
|
|
"../../apps/documenteditor/mobile/app/view/tablet/toolbar/Search.js",
|
|
"../../apps/documenteditor/mobile/app/view/tablet/toolbar/View.js",
|
|
"../../apps/documenteditor/mobile/app/view/tablet/Main.js",
|
|
"../../apps/documenteditor/mobile/app/controller/Main.js",
|
|
"../../apps/documenteditor/mobile/app/controller/Document.js",
|
|
"../../apps/documenteditor/mobile/app/controller/Search.js",
|
|
"../../apps/documenteditor/mobile/app/controller/phone/Main.js",
|
|
"../../apps/documenteditor/mobile/app/controller/tablet/Main.js",
|
|
"../../apps/documenteditor/mobile/app/controller/tablet/panel/Font.js",
|
|
"../../apps/documenteditor/mobile/app/controller/tablet/panel/FontStyle.js",
|
|
"../../apps/documenteditor/mobile/app/controller/tablet/panel/Insert.js",
|
|
"../../apps/documenteditor/mobile/app/controller/tablet/panel/ParagraphAlignment.js",
|
|
"../../apps/documenteditor/mobile/app/controller/tablet/panel/Spacing.js",
|
|
"../../apps/documenteditor/mobile/app/controller/tablet/panel/Style.js",
|
|
"../../apps/documenteditor/mobile/app/controller/tablet/panel/TextColor.js",
|
|
"../../apps/documenteditor/mobile/app/controller/toolbar/Edit.js",
|
|
"../../apps/documenteditor/mobile/app/controller/toolbar/View.js",
|
|
"../../apps/documenteditor/mobile/app/profile/Phone.js",
|
|
"../../apps/documenteditor/mobile/app/profile/Tablet.js",
|
|
"../../apps/common/locale.js",
|
|
"../../apps/documenteditor/mobile/app.js"
|
|
],
|
|
"dist": "../../deploy/apps/documenteditor/mobile/app-all.js"
|
|
},
|
|
"css": {
|
|
"normal": {
|
|
"src": [
|
|
"../../apps/documenteditor/mobile/resources/css/application-normal.css"
|
|
],
|
|
"dist": "../../deploy/apps/documenteditor/mobile/resources/css/application-normal.css"
|
|
},
|
|
"retina": {
|
|
"src": [
|
|
"../../apps/documenteditor/mobile/resources/css/application-retina.css"
|
|
],
|
|
"dist": "../../deploy/apps/documenteditor/mobile/resources/css/application-retina.css"
|
|
}
|
|
},
|
|
"copy": {
|
|
"index-page": {
|
|
"../../deploy/apps/documenteditor/mobile/index.html": "../../apps/documenteditor/mobile/index.html.deploy"
|
|
},
|
|
"localization": {
|
|
"../../deploy/apps/documenteditor/mobile/locale/": "../../apps/documenteditor/mobile/locale/*"
|
|
},
|
|
"images-app": {
|
|
"../../deploy/apps/documenteditor/mobile/resources/img/": "../../apps/documenteditor/mobile/resources/img/**"
|
|
}
|
|
}
|
|
},
|
|
"embed": {
|
|
"clean": [
|
|
"../../deploy/apps/documenteditor/embed"
|
|
],
|
|
"js": {
|
|
"src": [
|
|
"../../apps/common/Gateway.js",
|
|
"../../apps/common/Analytics.js",
|
|
"../../apps/documenteditor/embed/js/ApplicationView.js",
|
|
"../../apps/documenteditor/embed/js/ApplicationController.js",
|
|
"../../apps/documenteditor/embed/js/application.js"
|
|
],
|
|
"dist": "../../deploy/apps/documenteditor/embed/app-all.js"
|
|
},
|
|
"css": {
|
|
"src": [
|
|
"../../apps/documenteditor/embed/resources/css/application.css"
|
|
],
|
|
"dist": "../../deploy/apps/documenteditor/embed/resources/css/app-all.css"
|
|
},
|
|
"copy": {
|
|
"index-page": {
|
|
"../../deploy/apps/documenteditor/embed/index.html": "../../apps/documenteditor/embed/index.html.deploy"
|
|
},
|
|
"images-app": {
|
|
"../../deploy/apps/documenteditor/embed/resources/img/": "../../apps/documenteditor/embed/resources/img/**"
|
|
}
|
|
}
|
|
},
|
|
"extjs": {
|
|
"clean": [
|
|
"../../deploy/3rdparty/extjs"
|
|
],
|
|
"copy": {
|
|
"script": {
|
|
"../../deploy/3rdparty/extjs/": "../../3rdparty/extjs/ext-all.js"
|
|
},
|
|
"css": {
|
|
"../../deploy/3rdparty/extjs/resources/css/": "../../3rdparty/extjs/resources/css/ext-all.css"
|
|
},
|
|
"images": {
|
|
"../../deploy/3rdparty/extjs/resources/themes/images/default/": "../../3rdparty/extjs/resources/themes/images/default/**"
|
|
}
|
|
}
|
|
},
|
|
"touch": {
|
|
"clean": [
|
|
"../../deploy/3rdparty/touch"
|
|
],
|
|
"copy": {
|
|
"script": {
|
|
"../../deploy/3rdparty/touch/": "../../3rdparty/touch/sencha-touch-all.js"
|
|
}
|
|
}
|
|
},
|
|
"bootstrap": {
|
|
"clean": [
|
|
"../../deploy/3rdparty/bootstrap"
|
|
],
|
|
"copy": {
|
|
"script": {
|
|
"../../deploy/3rdparty/bootstrap/js/": "../../3rdparty/bootstrap/js/bootstrap.min.js"
|
|
},
|
|
"css": {
|
|
"../../deploy/3rdparty/bootstrap/css/": "../../3rdparty/bootstrap/css/bootstrap.min.css"
|
|
},
|
|
"images": {
|
|
"../../deploy/3rdparty/bootstrap/img/": "../../3rdparty/bootstrap/img/*"
|
|
}
|
|
}
|
|
},
|
|
"jquery": {
|
|
"clean": [
|
|
"../../deploy/3rdparty/jquery"
|
|
],
|
|
"copy": {
|
|
"script": {
|
|
"../../deploy/3rdparty/jquery/": [
|
|
"../../3rdparty/jquery/jquery-1.7.1.min.js",
|
|
"../../3rdparty/jquery/jquery-1.8.1.min.js"
|
|
],
|
|
"../../deploy/3rdparty/jquery/mousewheel/": "../../3rdparty/jquery/mousewheel/jquery.mousewheel.js",
|
|
"../../deploy/3rdparty/jquery/jscrollpane/": "../../3rdparty/jquery/jscrollpane/jquery.jscrollpane.min.js"
|
|
}
|
|
}
|
|
},
|
|
"megapixel": {
|
|
"clean": [
|
|
"../../deploy/3rdparty/megapixel"
|
|
],
|
|
"copy": {
|
|
"script": {
|
|
"../../deploy/3rdparty/megapixel/": "../../3rdparty/megapixel/megapix-image-min.js"
|
|
}
|
|
}
|
|
},
|
|
"sockjs": {
|
|
"clean": [
|
|
"../../deploy/3rdparty/sockjs"
|
|
],
|
|
"copy": {
|
|
"script": {
|
|
"../../deploy/3rdparty/sockjs/": "../../3rdparty/sockjs/sockjs-0.3.min.js"
|
|
}
|
|
}
|
|
},
|
|
"xregexp": {
|
|
"clean": [
|
|
"../../deploy/3rdparty/xregexp"
|
|
],
|
|
"copy": {
|
|
"script": {
|
|
"../../deploy/3rdparty/xregexp/": "../../3rdparty/xregexp/xregexp-all-min.js"
|
|
}
|
|
}
|
|
},
|
|
"underscore": {
|
|
"clean": [
|
|
"../../deploy/3rdparty/underscore"
|
|
],
|
|
"copy": {
|
|
"script": {
|
|
"../../deploy/3rdparty/underscore/": "../../3rdparty/underscore/underscore-min.js"
|
|
}
|
|
}
|
|
},
|
|
"zeroclipboard": {
|
|
"clean": [
|
|
"../../deploy/3rdparty/ZeroClipboard"
|
|
],
|
|
"copy": {
|
|
"script": {
|
|
"../../deploy/3rdparty/ZeroClipboard/": [
|
|
"../../3rdparty/ZeroClipboard/ZeroClipboard.min.js",
|
|
"../../3rdparty/ZeroClipboard/ZeroClipboard*.swf"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"obf_api": {
|
|
"ccvars": "../../sdk/Word/variable.map",
|
|
"ccprops": "../../sdk/Word/property.map",
|
|
"api": "../../sdk/Word/apiExport.js",
|
|
"clientjs": [
|
|
"../../deploy/apps/documenteditor/main/app-edit.js",
|
|
"../../deploy/apps/documenteditor/main/app-view.js",
|
|
"../../deploy/apps/documenteditor/mobile/app-all.js",
|
|
"../../deploy/apps/documenteditor/embed/app-all.js",
|
|
"../../deploy/apps/api/documents/cache-scripts.html"
|
|
],
|
|
"ccres": "../../deploy/sdk/Word/sdk-all.js"
|
|
},
|
|
"obf": {
|
|
"api": "../../deploy/sdk/Word/sdk-all.js",
|
|
"pat": "asc_\\w+",
|
|
"keys": "-exp se -use-for-name",
|
|
"apply": [
|
|
"../../deploy/sdk/Word/sdk-all.js",
|
|
"../../deploy/apps/documenteditor/main/app-edit.js",
|
|
"../../deploy/apps/documenteditor/main/app-view.js",
|
|
"../../deploy/apps/documenteditor/mobile/app-all.js",
|
|
"../../deploy/apps/documenteditor/embed/app-all.js"
|
|
]
|
|
},
|
|
"tasks": {
|
|
"deploy": "increment-build deploy-api deploy-sdk deploy-3rdparty-bootstrap deploy-3rdparty-extjs deploy-3rdparty-touch deploy-3rdparty-megapixel deploy-3rdparty-jquery deploy-3rdparty-sockjs deploy-3rdparty-xregexp deploy-3rdparty-underscore deploy-3rdparty-zeroclipboard deploy-app-main deploy-app-mobile deploy-app-embed"
|
|
}
|
|
} |