bug fix
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
pkg: grunt.file.readJSON(defaultConfig),
|
||||
uglify: {
|
||||
options: {
|
||||
banner: "/*\n" + ' * (c) Copyright Ascensio System SIA 2010-<%= grunt.template.today("yyyy") %>\n' + " *\n" + " * This program is a free software product. You can redistribute it and/or \n" + " * modify it under the terms of the GNU Affero General Public License (AGPL) \n" + " * version 3 as published by the Free Software Foundation. In accordance with \n" + " * Section 7(a) of the GNU AGPL its Section 15 shall be amended to the effect \n" + " * that Ascensio System SIA expressly excludes the warranty of non-infringement\n" + " * of any third-party rights.\n" + " *\n" + " * This program is distributed WITHOUT ANY WARRANTY; without even the implied \n" + " * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For \n" + " * details, see the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html\n" + " *\n" + " * You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia,\n" + " * EU, LV-1021.\n" + " *\n" + " * The interactive user interfaces in modified source and object code versions\n" + " * of the Program must display Appropriate Legal Notices, as required under \n" + " * Section 5 of the GNU AGPL version 3.\n" + " *\n" + " * Pursuant to Section 7(b) of the License you must retain the original Product\n" + " * logo when distributing the program. Pursuant to Section 7(e) we decline to\n" + " * grant you any rights under trademark law for use of our trademarks.\n" + " *\n" + " * All the Product's GUI elements, including illustrations and icon sets, as\n" + " * well as technical writing content are licensed under the terms of the\n" + " * Creative Commons Attribution-ShareAlike 4.0 International. See the License\n" + " * terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode\n" + " *\n" + " * Version: <%= pkg.info.version %> (build:<%= pkg.info.build %>)\n" + " */"
|
||||
banner: "/*\n" + ' * (c) Copyright Ascensio System SIA 2010-<%= grunt.template.today("yyyy") %>\n' + " *\n" + " * This Source Code Form is subject to the terms of the Mozilla Public License,\n" + " * v. 2.0.\n" + " * If a copy of the MPL was not distributed with this file, you can obtain one\n" + " * at http://mozilla.org/MPL/2.0/.\n" + " * You can contact Ascensio System SIA by email at support@onlyoffice.com\n" + " *\n" + " * Version: <%= pkg.info.version %> (build:<%= pkg.info.build %>)\n" + " */"
|
||||
},
|
||||
sdk: {
|
||||
src: packageFile["compile"]["sdk"]["src"],
|
||||
|
||||
@@ -59,7 +59,6 @@
|
||||
"../../Excel/model/History.js",
|
||||
"../../Excel/model/UndoRedo.js",
|
||||
"../../Excel/model/CellComment.js",
|
||||
"../../Excel/model/Private/CellComment.js",
|
||||
"../../Excel/view/mobileTouch.js",
|
||||
"../../Excel/view/iscroll.js",
|
||||
"../../Excel/view/PopUpSelector.js",
|
||||
@@ -67,7 +66,6 @@
|
||||
"../../Excel/view/CellTextRender.js",
|
||||
"../../Excel/view/CellEditorView.js",
|
||||
"../../Excel/view/WorksheetView.js",
|
||||
"../../Excel/view/Private/WorksheetView.js",
|
||||
"../../Excel/view/HandlerList.js",
|
||||
"../../Excel/view/EventsController.js",
|
||||
"../../Excel/view/WorkbookView.js",
|
||||
@@ -109,7 +107,6 @@
|
||||
"../../Excel/view/DrawingObjectsController.js",
|
||||
|
||||
"../../Excel/model/DrawingObjects/Graphics.js",
|
||||
"../../Excel/model/DrawingObjects/Private/Graphics.js",
|
||||
"../../Excel/model/DrawingObjects/Overlay.js",
|
||||
"../../Excel/model/DrawingObjects/Controls.js",
|
||||
"../../Excel/model/DrawingObjects/ShapeDrawer.js",
|
||||
@@ -164,7 +161,6 @@
|
||||
|
||||
"../../Word/apiCommon.js",
|
||||
"../../Excel/api.js",
|
||||
"../../Excel/Private/api.js",
|
||||
"../../Common/Shapes/EditorSettings.js"
|
||||
],
|
||||
"dst": "../../Excel/sdk-all.js"
|
||||
|
||||
@@ -61,7 +61,6 @@
|
||||
|
||||
"../../Word/Drawing/HatchPattern.js",
|
||||
"../../Word/Drawing/Graphics.js",
|
||||
"../../Word/Drawing/Private/Graphics.js",
|
||||
"../../Word/Drawing/Overlay.js",
|
||||
"../../Word/Drawing/ShapeDrawer.js",
|
||||
"../../PowerPoint/Drawing/Transitions.js",
|
||||
@@ -146,7 +145,7 @@
|
||||
"../../Excel/model/Workbook.js",
|
||||
"../../Excel/model/CellInfo.js",
|
||||
"../../Excel/model/AdvancedOptions.js",
|
||||
"../../Common/Private/Locks.js",
|
||||
"../../Common/Locks.js",
|
||||
"../../Common/Shapes/EditorSettings.js",
|
||||
"../../PowerPoint/themes/Themes.js"
|
||||
],
|
||||
|
||||
@@ -105,7 +105,6 @@
|
||||
"../../Word/Editor/FontClassification.js",
|
||||
"../../Word/Editor/Spelling.js",
|
||||
"../../Word/Drawing/Graphics.js",
|
||||
"../../Word/Drawing/Private/Graphics.js",
|
||||
"../../Word/Drawing/Overlay.js",
|
||||
"../../Word/Drawing/HatchPattern.js",
|
||||
"../../Word/Drawing/ShapeDrawer.js",
|
||||
@@ -140,13 +139,12 @@
|
||||
|
||||
"../../Excel/utils/utils.js",
|
||||
"../../Excel/model/CellComment.js",
|
||||
"../../Excel/model/Private/CellComment.js",
|
||||
"../../Excel/model/Serialize.js",
|
||||
"../../Excel/model/WorkbookElems.js",
|
||||
"../../Excel/model/Workbook.js",
|
||||
"../../Excel/model/CellInfo.js",
|
||||
"../../Excel/model/AdvancedOptions.js",
|
||||
"../../Common/Private/Locks.js",
|
||||
"../../Common/Locks.js",
|
||||
"../../Common/Shapes/EditorSettings.js"
|
||||
],
|
||||
"dst": "../../Word/sdk-all.js"
|
||||
|
||||
Reference in New Issue
Block a user