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 Jörn Zaefferer)

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 Scott González

Component: ui.core[meta] ui.build
Status: newopen
Version: 1.9.0-rc.11.8.24

comment:2 Changed 10 years ago by rkaiser

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.

comment:3 Changed 10 years ago by Scott González

This isn't something new. Google is extremely slow at updating their CDN.

comment:4 Changed 10 years ago by Scott González

Milestone: 1.9.01.10.0

comment:5 Changed 10 years ago by Jörn Zaefferer

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 Jörn Zaefferer

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 tj.vantoll

Milestone: 1.10.0none

comment:8 Changed 10 years ago by Scott González

Milestone: none1.11.0
Priority: minorblocker

comment:9 Changed 10 years ago by Scott González

Milestone: 1.11.01.10.1
Resolution: fixed
Status: openclosed
Note: See TracTickets for help on using tickets.