Are there any public CDNs for modernizr-1.7.min.js?

UPDATE

Microsoft is now serving Modernizr on AJAX CDN, including version 1.7, but not the minified version.

link|improve this question

2  
Before using Modernizr on a CDN, please read their blog post Modernizr and CDNs. The reason the CDNs only host a development version is because all production uses of Modernizr should use a custom build, including only the features you need. – Idris Mokhtarzada Mar 20 at 16:28
@IdrisMokhtarzada yep, the best way is to build your custom modernizr copy and host in on your own CDN like CloudFront. – tugberk Mar 20 at 19:01
The Modernizr project does a good job of addressing this issue. Make sure you read this: modernizr.com/news/modernizr-and-cdns – Levi May 14 at 18:15
feedback

closed as not constructive by casperOne May 5 at 21:03

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

3 Answers

up vote 26 down vote accepted

I've found CDN JS to be pretty good for semi-less main stream libraries that are still good, but not offered by the Google CDN.

link|improve this answer
hmm, looks fine. hope that it's widely used. – tugberk Apr 21 '11 at 14:57
1  
@tuberk - The more people that use it, the better it will be for everyone. I use it for my projects, and I know a few others do too. I can't remember where I discovered it from, but i'm pretty sure it was a moderately popular blog post. Based on their Stats page, it seems to get a fair bit of traffic – cdeszaq Apr 21 '11 at 15:05
1  
well, it looks like only decent CDN for modernizr for now. I'll use it on mine, too. – tugberk Apr 22 '11 at 11:14
The SSL support is unclear. You can use //d3eee1nukb5wg.cloudfront.net/ajax/libs/modernizr/1.7/modernizr-1.7.min.js but that URL apparently can change. – pbreitenbach Jun 9 '11 at 21:50
working really slow on my website. Took literally seconds to load. – Saif Bechan Sep 8 '11 at 22:20
feedback

Since they adopted it into Asp.Net MVC, the Microsoft CDN now supports modernizer.

http://www.asp.net/ajaxlibrary/cdn.ashx

link|improve this answer
4  
Only development version is supported. – Mike Chaliy Jul 13 '11 at 14:30
feedback

http://api.yandex.ru/jslibs/libs.xml#modernizr

link|improve this answer
this is Russian. – tugberk Jun 25 '11 at 6:04
2  
@tugberk - so whats the problem? – Laserson Aug 8 '11 at 14:36
2  
@Laserson I am assuming this serves from servers situated in Russia and a little of my web site visitors are from Russia. Also now Ajax CDN is supporting Modernizr : asp.net/ajaxlibrary/cdn.ashx so no need to use it. – tugberk Aug 9 '11 at 8:59
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.