Opened 10 years ago
Closed 10 years ago
#8614 closed feature (fixed)
Minify CSS on Google CDN
Reported by: | lukebrookhart | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.10.1 |
Component: | [meta] ui.build | Version: | 1.8.24 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
While there are theme files for jQuery UI on the Google AJAX Libraries CDN, none of the files are minified. For the JS files, both are offered, but not so with the theme CSS files.
It would be nice to see http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.0/themes/smoothness/jquery-ui.min.css along with http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.0/themes/smoothness/jquery-ui.css
Change History (9)
comment:1 Changed 10 years ago by
Component: | ui.core → [meta] ui.build |
---|---|
Status: | new → open |
Version: | 1.9.0-rc.1 → 1.8.24 |
comment:2 Changed 10 years ago by
comment:3 Changed 10 years ago by
This isn't something new. Google is extremely slow at updating their CDN.
comment:4 Changed 10 years ago by
Milestone: | 1.9.0 → 1.10.0 |
---|
comment:5 Changed 10 years ago by
We've got minified CSS files as part of the build already, probably just need to include them in the CDN task "release_cdn".
comment:6 Changed 10 years ago by
Description: | modified (diff) |
---|
Should land this after the grunt 0.4 update is done https://github.com/jquery/jquery-ui/pull/867
The base theme already has minified files: http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.0/themes/base/minified/jquery-ui.min.css
comment:7 Changed 10 years ago by
Milestone: | 1.10.0 → none |
---|
comment:8 Changed 10 years ago by
Milestone: | none → 1.11.0 |
---|---|
Priority: | minor → blocker |
comment:9 Changed 10 years ago by
Milestone: | 1.11.0 → 1.10.1 |
---|---|
Resolution: | → fixed |
Status: | open → closed |
Actually all of the 1.9 files on Google's CDN, listed at http://blog.jqueryui.com/2012/10/jquery-ui-1-9-0/, are 404'ing now:
Uncompressed: http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.0/jquery-ui.js Compressed: http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.0/jquery-ui.min.js
And all the theme files.
Same with the original ".../1.9/..." link listed in the description.