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>
This commit is contained in:
parent
3cf2f6e31b
commit
abe887cd48
|
@ -2,7 +2,7 @@
|
||||||
"vendor": [
|
"vendor": [
|
||||||
"jquery/dist/jquery.min.js",
|
"jquery/dist/jquery.min.js",
|
||||||
"jquery-migrate/jquery-migrate.min.js",
|
"jquery-migrate/jquery-migrate.min.js",
|
||||||
"jquery-ui/ui/jquery-ui.custom.js",
|
"jquery-ui/ui/minified/jquery-ui.custom.min.js",
|
||||||
"underscore/underscore.js",
|
"underscore/underscore.js",
|
||||||
"moment/min/moment-with-locales.min.js",
|
"moment/min/moment-with-locales.min.js",
|
||||||
"handlebars/handlebars.js",
|
"handlebars/handlebars.js",
|
||||||
|
|
|
@ -71,7 +71,7 @@ jquery-ui/themes/ui-darkness
|
||||||
jquery-ui/themes/ui-lightness
|
jquery-ui/themes/ui-lightness
|
||||||
jquery-ui/themes/vader
|
jquery-ui/themes/vader
|
||||||
jquery-ui/ui/**
|
jquery-ui/ui/**
|
||||||
!jquery-ui/ui/jquery-ui.custom.js
|
!jquery-ui/ui/minified/jquery-ui.custom.min.js
|
||||||
jquery-ui/*.json
|
jquery-ui/*.json
|
||||||
!jquery-ui/.bower.json
|
!jquery-ui/.bower.json
|
||||||
jquery-ui/AUTHORS.txt
|
jquery-ui/AUTHORS.txt
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue