Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sdkjs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
sdkjs
Commits
589d2d14
Commit
589d2d14
authored
Apr 25, 2016
by
Alexander.Trofimov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add builder
parent
315fb0ae
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
0 deletions
+16
-0
build/Gruntfile.js
build/Gruntfile.js
+3
-0
build/build-builder.bat
build/build-builder.bat
+6
-0
build/configs/webexcel.json
build/configs/webexcel.json
+2
-0
build/configs/webpowerpoint.json
build/configs/webpowerpoint.json
+2
-0
build/configs/webword.json
build/configs/webword.json
+3
-0
No files found.
build/Gruntfile.js
View file @
589d2d14
...
...
@@ -138,6 +138,9 @@ module.exports = function(grunt) {
if
(
grunt
.
option
(
'
desktop
'
))
{
srcFiles
=
srcFiles
.
concat
(
packageFile
[
'
compile
'
][
'
sdk
'
][
'
desktop
'
]);
}
if
(
grunt
.
option
(
'
builder
'
))
{
srcFiles
=
srcFiles
.
concat
(
packageFile
[
'
compile
'
][
'
sdk
'
][
'
builder
'
]);
}
concat_src_with_banner_file
=
concat_src_with_banner_file
.
concat
(
tmp_sdk_path
)
...
...
build/build-builder.bat
0 → 100644
View file @
589d2d14
CD
/D
%~dp0
call
npm
install
-g
grunt
-cli
call
npm
install
call
grunt
-
-level
=
WHITESPACE_ONLY
-
-nomap
=
true
-
-mobile
=
true
-
-formatting
=
PRETTY_PRINT
copy
..\slide\sdk
-all
.js ..\..\core\test_mobile\sdk
-all
.js
pause
\ No newline at end of file
build/configs/webexcel.json
View file @
589d2d14
...
...
@@ -166,6 +166,8 @@
"../common/Private/license.js"
,
"../cell/Private/comments.js"
],
"builder"
:
[
],
"desktop"
:
[
"../common/Local/common.js"
,
"../cell/Local/api.js"
...
...
build/configs/webpowerpoint.json
View file @
589d2d14
...
...
@@ -149,6 +149,8 @@
"../slide/Private/comments.js"
,
"../common/Private/Locks.js"
],
"builder"
:
[
],
"desktop"
:
[
"../common/Local/common.js"
,
"../slide/Local/api.js"
...
...
build/configs/webword.json
View file @
589d2d14
...
...
@@ -153,6 +153,9 @@
"../word/Private/TrackRevisions.js"
,
"../common/Private/Locks.js"
],
"builder"
:
[
"../word/apiBuilder.js"
],
"desktop"
:
[
"../common/Local/common.js"
,
"../word/Local/api.js"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment