diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-11-06 17:49:22 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2018-11-07 11:14:18 +0100 |
commit | 2ba519a5d4c6ec9c216654a28e3e190943b85d4f (patch) | |
tree | 839e431b95d69eafce1ca72f6d0c5b054d9e1c6a /core/js/core.json | |
parent | c26d847d19c967aa5bc99f9bc15c27c7e95ee55f (diff) | |
download | nextcloud-server-2ba519a5d4c6ec9c216654a28e3e190943b85d4f.tar.gz nextcloud-server-2ba519a5d4c6ec9c216654a28e3e190943b85d4f.zip |
Add es6-shim as polyfill and minify underscore.js
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core/js/core.json')
-rw-r--r-- | core/js/core.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/js/core.json b/core/js/core.json index 12249d4dbaf..1ee31b20d25 100644 --- a/core/js/core.json +++ b/core/js/core.json @@ -3,13 +3,13 @@ "jquery/dist/jquery.min.js", "jquery-migrate/jquery-migrate.min.js", "jquery-ui/ui/minified/jquery-ui.custom.min.js", - "underscore/underscore.js", + "underscore/underscore-min.js", "moment/min/moment-with-locales.min.js", "handlebars/handlebars.min.js", "blueimp-md5/js/md5.min.js", "bootstrap/js/tooltip.js", "backbone/backbone.js", - "es6-promise/dist/es6-promise.js", + "es6-shim/es6-shim.min.js", "davclient.js/lib/client.js", "clipboard/dist/clipboard.min.js", "autosize/dist/autosize.min.js", |