diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-12-11 20:56:46 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2019-01-09 15:01:59 +0100 |
commit | 208788173d0dab2950bf5eb1ddbfcab63ef781e3 (patch) | |
tree | ac54763283ecec74a8a4aa873fcae57a8baa098a /core/js/core.json | |
parent | 1fd6741182f3f39458612fbf9b3e381eb7d2f62f (diff) | |
download | nextcloud-server-208788173d0dab2950bf5eb1ddbfcab63ef781e3.tar.gz nextcloud-server-208788173d0dab2950bf5eb1ddbfcab63ef781e3.zip |
Npmize (vendor) scripts
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/js/core.json')
-rw-r--r-- | core/js/core.json | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/core/js/core.json b/core/js/core.json index 78c6ee31bcc..bb8696754ba 100644 --- a/core/js/core.json +++ b/core/js/core.json @@ -1,21 +1,5 @@ { "vendor": [ - "jquery/dist/jquery.min.js", - "jquery-migrate/jquery-migrate.min.js", - "jquery-ui/jquery-ui.min.js", - "underscore/underscore-min.js", - "moment/min/moment-with-locales.min.js", - "handlebars/handlebars.runtime.min.js", - "blueimp-md5/js/md5.min.js", - "bootstrap/js/tooltip.js", - "backbone/backbone.js", - "es6-shim/es6-shim.min.js", - "davclient.js/lib/client.js", - "clipboard/dist/clipboard.min.js", - "autosize/dist/autosize.min.js", - "DOMPurify/dist/purify.min.js", - "snapjs/dist/latest/snap.js", - "select2/select2.js", "css-vars-ponyfill/dist/css-vars-ponyfill.min.js" ], "libraries": [ |