summaryrefslogtreecommitdiffstats
path: root/apps/comments/js
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-03-24 19:49:43 +0100
committerLukas Reschke <lukas@statuscode.ch>2017-03-24 19:49:43 +0100
commitbdd71b6081a696eec352a1cea69d788631d6f549 (patch)
tree1cb7e51f6a91a18861d893a19ada4a6b6aadb9b4 /apps/comments/js
parent2cd79a8d3d6c160b9458327b1429eed9ec1a25a2 (diff)
downloadnextcloud-server-bdd71b6081a696eec352a1cea69d788631d6f549.tar.gz
nextcloud-server-bdd71b6081a696eec352a1cea69d788631d6f549.zip
Merge JS for comments
Shaves off 6 requests. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'apps/comments/js')
-rw-r--r--apps/comments/js/merged.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/comments/js/merged.json b/apps/comments/js/merged.json
new file mode 100644
index 00000000000..66a63e88d17
--- /dev/null
+++ b/apps/comments/js/merged.json
@@ -0,0 +1,9 @@
+[
+ "app.js",
+ "commentmodel.js",
+ "commentcollection.js",
+ "commentsummarymodel.js",
+ "commentstabview.js",
+ "filesplugin.js",
+ "activitytabviewplugin.js"
+]