Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there a minified/compressed versions of the jQuery UI CSS themes on Google's CDN?

I know that Google has the CSS files for jQuery UI at the following location:

//ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/pepper-grinder/jquery-ui.css

But I'm wondering if they serve the minified or compressed versions?

I tried a number of combinations similar to the way naming of the js files, but they all results in 404s.

Any ideas?

like image 263
Darryl Hein Avatar asked Nov 06 '10 05:11

Darryl Hein


2 Answers

No, it does not seem to me, but I would advise you to ask this question on the dedicated group

Anyway, the provided versions seems already well optimized...

like image 161
Pascal Qyy Avatar answered Oct 07 '22 01:10

Pascal Qyy


They don't have the minified version. Neither does the microsoft CDN have it. You wouldn't really need to compress it. If you really wanted to load faster, you need to include a custom package built on the jquery UI page to only include the features you need.

like image 37
tr4656 Avatar answered Oct 06 '22 23:10

tr4656