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
710e133a
Commit
710e133a
authored
May 04, 2017
by
Alexander.Trofimov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update closure compiler
parent
b625d4e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
build/Gruntfile.js
build/Gruntfile.js
+1
-0
build/package.json
build/package.json
+1
-1
No files found.
build/Gruntfile.js
View file @
710e133a
...
...
@@ -162,6 +162,7 @@ module.exports = function(grunt) {
var
sdkAllDst
=
sdkDstFolder
+
'
/sdk-all.js
'
;
var
sdkAllCache
=
sdkDstFolder
+
'
/*.cache
'
var
sdkOpt
=
{
jscomp_off
:
'
externsValidation
'
,
compilation_level
:
level
,
warning_level
:
'
QUIET
'
,
externs
:
packageFile
[
'
compile
'
][
'
sdk
'
][
'
externs
'
]
...
...
build/package.json
View file @
710e133a
...
...
@@ -4,7 +4,7 @@
"homepage"
:
"http://www.onlyoffice.com"
,
"private"
:
true
,
"dependencies"
:
{
"google-closure-compiler"
:
"20170
218
.0.0"
,
"google-closure-compiler"
:
"20170
423
.0.0"
,
"grunt"
:
"1.0.1"
,
"grunt-contrib-clean"
:
"1.0.0"
,
"grunt-contrib-concat"
:
"1.0.1"
,
...
...
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