summaryrefslogtreecommitdiffstats
path: root/apps/files/js
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-03-24 19:41:49 +0100
committerLukas Reschke <lukas@statuscode.ch>2017-03-24 19:42:22 +0100
commitb70b138bdb6c59df8c94cb973155d7ab4a41113b (patch)
treedd7a8c806674290dca0bffeab2dc021eafc2c942 /apps/files/js
parent2cd79a8d3d6c160b9458327b1429eed9ec1a25a2 (diff)
downloadnextcloud-server-b70b138bdb6c59df8c94cb973155d7ab4a41113b.tar.gz
nextcloud-server-b70b138bdb6c59df8c94cb973155d7ab4a41113b.zip
Merge file view JS files
Removes 26 requests on the file list loading Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'apps/files/js')
-rw-r--r--apps/files/js/merged-index.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/apps/files/js/merged-index.json b/apps/files/js/merged-index.json
new file mode 100644
index 00000000000..127bbb46b29
--- /dev/null
+++ b/apps/files/js/merged-index.json
@@ -0,0 +1,29 @@
+[
+ "app.js",
+ "file-upload.js",
+ "newfilemenu.js",
+ "jquery.fileupload.js",
+ "jquery-visibility.js",
+ "fileinfomodel.js",
+ "filesummary.js",
+ "breadcrumb.js",
+ "filelist.js",
+ "search.js",
+ "favoritesfilelist.js",
+ "recentfilelist.js",
+ "tagsplugin.js",
+ "gotoplugin.js",
+ "favoritesplugin.js",
+ "recentplugin.js",
+ "detailfileinfoview.js",
+ "sidebarpreviewmanager.js",
+ "sidebarpreviewtext.js",
+ "detailtabview.js",
+ "mainfileinfodetailview.js",
+ "detailsview.js",
+ "fileactions.js",
+ "fileactionsmenu.js",
+ "files.js",
+ "keyboardshortcuts.js",
+ "navigation.js"
+]