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
d59b845a
Commit
d59b845a
authored
Apr 04, 2017
by
SergeyLuzyanin
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'remotes/origin/hotfix/v4.3.1' into feature/fix_select
parents
f28bd0db
9367d596
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
3 deletions
+11
-3
Makefile
Makefile
+10
-2
common/spellCheckLanguagesAll.js
common/spellCheckLanguagesAll.js
+1
-1
No files found.
Makefile
View file @
d59b845a
...
...
@@ -4,6 +4,12 @@ GRUNT_FLAGS = --no-color -v
OUTPUT_DIR
=
deploy
OUTPUT
=
$(OUTPUT_DIR)
PRODUCT_VERSION
?=
0.0.0
BUILD_NUMBER
?=
0
GRUNT_ENV
+=
PRODUCT_VERSION
=
$(PRODUCT_VERSION)
GRUNT_ENV
+=
BUILD_NUMBER
=
$(BUILD_NUMBER)
WEBAPPS_DIR
=
web-apps
WEBAPPS
=
$(OUTPUT)
/
$(WEBAPPS_DIR)
NODE_MODULES
=
build/node_modules ../web-apps/build/node_modules
...
...
@@ -15,6 +21,8 @@ SDKJS_FILES += word/sdk-all.js
SDKJS_FILES
+=
cell/sdk-all.js
SDKJS_FILES
+=
slide/sdk-all.js
.PHONY
:
all
all
:
$(WEBAPPS)
$(WEBAPPS)
:
$(WEBAPPS_FILES)
...
...
@@ -23,7 +31,7 @@ $(WEBAPPS): $(WEBAPPS_FILES)
$(WEBAPPS_FILES)
:
$(NODE_MODULES) $(SDKJS_FILES)
cd
../
$(WEBAPPS_DIR)
/build
&&
\
$(GRUNT)
deploy-
$(
filter
%editor documents,
$(
subst
/, ,
$
(
@D
)))
-component
$(GRUNT_FLAGS)
$(GRUNT
_ENV)
$(GRUNT
)
deploy-
$(
filter
%editor documents,
$(
subst
/, ,
$
(
@D
)))
-component
$(GRUNT_FLAGS)
$(NODE_MODULES)
:
cd
$
(
@D
)
&&
\
...
...
@@ -31,7 +39,7 @@ $(NODE_MODULES):
$(SDKJS_FILES)
:
$(NODE_MODULES)
cd
build
&&
\
$(GRUNT)
build_
$
(
@D
)
$(GRUNT_FLAGS)
$(GRUNT
_ENV)
$(GRUNT
)
build_
$
(
@D
)
$(GRUNT_FLAGS)
clean
:
rm
-f
$(WEBAPPS_FILES)
$(SDKJS_FILES)
common/spellCheckLanguagesAll.js
View file @
d59b845a
...
...
@@ -185,7 +185,7 @@ g_spellCheckLanguages.push(new AscCommon.asc_CLanguage("sv-SE", 0x041d));
//{ "th-TH", 0x041e },
g_spellCheckLanguages
.
push
(
new
AscCommon
.
asc_CLanguage
(
"
tr-TR
"
,
0x041f
));
//{ "ur-PK", 0x0420 },
//{ "id-ID", 0x0421 },
g_spellCheckLanguages
.
push
(
new
AscCommon
.
asc_CLanguage
(
"
id-ID
"
,
0x0421
));
g_spellCheckLanguages
.
push
(
new
AscCommon
.
asc_CLanguage
(
"
uk-UA
"
,
0x0422
));
//{ "be-BY", 0x0423 },
g_spellCheckLanguages
.
push
(
new
AscCommon
.
asc_CLanguage
(
"
sl-SI
"
,
0x0424
));
...
...
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