Where to find CDN for all JS and CSS libraries?

I was playing around with new JS and CSS libraries. But I found my self with tons of local library files (minified, non-minified, different versions, nested directories and so forth). Therefore, I started to look for a CDN for each.
Luckily I found http://cdnjs.com/ where you can find almost all JS and CSS libraries and link them with a URL into your page. Since CDNJS supports both https and http, you can just refer to the protocol with '//' prefix and let browser figure it out for you!

Comments

Popular posts from this blog

Space Character Problem on IE 6, 7, and 8

Does Netflix work on iOS 5 Beta 4?

AWS encryption chart (SSE-S3 vs SSE-KMS vs SSE-C)