diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2017-04-12 20:03:00 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-04-12 20:03:00 +0200 |
commit | abe887cd4888586a19d4f3cb3b48a0700b80c4e8 (patch) | |
tree | 299d00011dd62114a4969d784f83e3d88dca37dd /core/vendor/.gitignore | |
parent | 3cf2f6e31bca4b704549e428d7fcbf6c4ecd6c37 (diff) | |
download | nextcloud-server-abe887cd4888586a19d4f3cb3b48a0700b80c4e8.tar.gz nextcloud-server-abe887cd4888586a19d4f3cb3b48a0700b80c4e8.zip |
Moved to jquery-ui.custom.min.js
Shaves off about 200kb of the default loaded js libs
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'core/vendor/.gitignore')
-rw-r--r-- | core/vendor/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/vendor/.gitignore b/core/vendor/.gitignore index d4d23202def..958b6820b2f 100644 --- a/core/vendor/.gitignore +++ b/core/vendor/.gitignore @@ -71,7 +71,7 @@ jquery-ui/themes/ui-darkness jquery-ui/themes/ui-lightness jquery-ui/themes/vader jquery-ui/ui/** -!jquery-ui/ui/jquery-ui.custom.js +!jquery-ui/ui/minified/jquery-ui.custom.min.js jquery-ui/*.json !jquery-ui/.bower.json jquery-ui/AUTHORS.txt |