Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web-apps
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
web-apps
Commits
db4cfd87
Commit
db4cfd87
authored
Aug 08, 2017
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SSE] Added jszip, jszip-utils.
parent
375f583b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
apps/spreadsheeteditor/main/app.js
apps/spreadsheeteditor/main/app.js
+5
-1
apps/spreadsheeteditor/main/app_dev.js
apps/spreadsheeteditor/main/app_dev.js
+4
-0
No files found.
apps/spreadsheeteditor/main/app.js
View file @
db4cfd87
...
...
@@ -54,6 +54,8 @@ require.config({
jmousewheel
:
'
../vendor/perfect-scrollbar/src/jquery.mousewheel
'
,
xregexp
:
'
../vendor/xregexp/xregexp-all-min
'
,
sockjs
:
'
../vendor/sockjs/sockjs.min
'
,
jszip
:
'
../vendor/jszip/jszip.min
'
,
jsziputils
:
'
../vendor/jszip-utils/jszip-utils.min
'
,
allfonts
:
'
../../sdkjs/common/AllFonts
'
,
sdk
:
'
../../sdkjs/cell/sdk-all-min
'
,
api
:
'
api/documents/api
'
,
...
...
@@ -106,7 +108,9 @@ require.config({
'
underscore
'
,
'
allfonts
'
,
'
xregexp
'
,
'
sockjs
'
'
sockjs
'
,
'
jszip
'
,
'
jsziputils
'
]
},
gateway
:
{
...
...
apps/spreadsheeteditor/main/app_dev.js
View file @
db4cfd87
...
...
@@ -54,6 +54,8 @@ require.config({
jmousewheel
:
'
../vendor/perfect-scrollbar/src/jquery.mousewheel
'
,
xregexp
:
'
../vendor/xregexp/xregexp-all-min
'
,
sockjs
:
'
../vendor/sockjs/sockjs.min
'
,
jszip
:
'
../vendor/jszip/jszip.min
'
,
jsziputils
:
'
../vendor/jszip-utils/jszip-utils.min
'
,
api
:
'
api/documents/api
'
,
core
:
'
common/main/lib/core/application
'
,
notification
:
'
common/main/lib/core/NotificationCenter
'
,
...
...
@@ -119,6 +121,8 @@ require([
'
analytics
'
,
'
gateway
'
,
'
locale
'
,
'
jszip
'
,
'
jsziputils
'
,
'
sockjs
'
,
'
underscore
'
],
function
(
Backbone
,
Bootstrap
,
Core
)
{
...
...
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