Skip to main content

Search and Top Navigation

#8614 closed feature (fixed)

Opened October 01, 2012 08:26PM UTC

Closed February 15, 2013 09:12PM UTC

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

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

Attachments (0)
Change History (9)

Changed October 01, 2012 08:27PM UTC by scottgonzalez comment:1

component: ui.core[meta] ui.build
status: newopen
version: 1.9.0-rc.11.8.24

Changed October 11, 2012 01:06PM UTC by rkaiser comment:2

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.

Changed October 11, 2012 01:12PM UTC by scottgonzalez comment:3

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

Changed October 11, 2012 02:40PM UTC by scottgonzalez comment:4

milestone: 1.9.01.10.0

Changed November 15, 2012 08:56PM UTC by jzaefferer comment:5

We've got minified CSS files as part of the build already, probably just need to include them in the CDN task "release_cdn".

Changed December 28, 2012 10:21AM UTC by jzaefferer comment:6

description: 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/themes/smoothness/jquery-ui.min.css \ along with \ http://ajax.googleapis.com/ajax/libs/jqueryui/1.9/themes/smoothness/jquery-ui.cssWhile 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

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

Changed January 25, 2013 09:23PM UTC by tj.vantoll comment:7

milestone: 1.10.0none

Changed January 31, 2013 02:40PM UTC by scottgonzalez comment:8

milestone: none1.11.0
priority: minorblocker

Changed February 15, 2013 09:12PM UTC by scottgonzalez comment:9

milestone: 1.11.01.10.1
resolution: → fixed
status: openclosed