diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2017-03-10 09:34:29 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-03-23 13:40:23 +0100 |
commit | eda98ed3df5f304f277f651941cc9ab19dee07bb (patch) | |
tree | b5c6a821c0b5501087dda2e28fdcf152d7fb60a5 /core/js/core.json | |
parent | f38d36a16167041da7bf528d3822d3ab30c93c1f (diff) | |
download | nextcloud-server-eda98ed3df5f304f277f651941cc9ab19dee07bb.tar.gz nextcloud-server-eda98ed3df5f304f277f651941cc9ab19dee07bb.zip |
Merge vendor js
There is a bunch of javascript we always load from vendors. This
combines this into 1 javascript file. Which reduces the number of
request by ~10.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'core/js/core.json')
-rw-r--r-- | core/js/core.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/js/core.json b/core/js/core.json index 69dec3d75df..74efa2c7507 100644 --- a/core/js/core.json +++ b/core/js/core.json @@ -13,7 +13,9 @@ "davclient.js/lib/client.js", "clipboard/dist/clipboard.js", "autosize/dist/autosize.js", - "DOMPurify/dist/purify.min.js" + "DOMPurify/dist/purify.min.js", + "snapjs/dist/latest/snap.js", + "select2/select2.js" ], "libraries": [ "jquery-showpassword.js", |