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!
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