Commit ee883e7c authored by Oleg Korshul's avatar Oleg Korshul Committed by Alexander.Trofimov

билдер теперь всегда с нами.

баг с двумя onDocumentContentReady
parent 3eb2a144
...@@ -91,9 +91,6 @@ module.exports = function(grunt) { ...@@ -91,9 +91,6 @@ module.exports = function(grunt) {
srcFilesMin = srcFilesMin.concat(packageFile['compile']['sdk']['desktop']['min']); srcFilesMin = srcFilesMin.concat(packageFile['compile']['sdk']['desktop']['min']);
srcFilesAll = srcFilesAll.concat(packageFile['compile']['sdk']['desktop']['common']); srcFilesAll = srcFilesAll.concat(packageFile['compile']['sdk']['desktop']['common']);
} }
if (grunt.option('builder')) {
srcFilesAll = srcFilesAll.concat(packageFile['compile']['sdk']['builder']);
}
grunt.initConfig({ grunt.initConfig({
concat: { concat: {
......
...@@ -149,7 +149,9 @@ ...@@ -149,7 +149,9 @@
"../word/Math/radical.js", "../word/Math/radical.js",
"../word/Math/operators.js", "../word/Math/operators.js",
"../word/Math/accent.js", "../word/Math/accent.js",
"../word/Math/borderBox.js" "../word/Math/borderBox.js",
"../word/apiBuilder.js"
], ],
"private": [ "private": [
"../common/Private/versionHistory.js", "../common/Private/versionHistory.js",
...@@ -159,9 +161,6 @@ ...@@ -159,9 +161,6 @@
"../word/Private/TrackRevisions.js", "../word/Private/TrackRevisions.js",
"../common/Private/Locks.js" "../common/Private/Locks.js"
], ],
"builder": [
"../word/apiBuilder.js"
],
"desktop": { "desktop": {
"min": [ "min": [
"../common/Local/license.js" "../common/Local/license.js"
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
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