There was a post about www.cdnjs.com 5 months ago http://news.ycombinator.com/item?id=2132553.<p>There were some DNS problems at that time and thus most people were concerned about reliability. Now that it is powered by cloudflare.com, do you think that the timing is right to let global javascript hosting to cdnjs.com?
Using a CDN that you don't control to host your javascript is a bad idea. Don't do it. Not only is it adding another dependency, you are cross-site scripting yourself and probably adding latency to your site due to the added cost of another domain to open http connections to.<p>CloudFront is cheap, and you can throw all your static files on it.