Does anyone know a free CDN for blueprint css framework
相关问题
- Why does the CdnFallbackExpression generate a vers
- Blueprint CSS: Page moves to left side if the cont
- Vue - Add CDN component without webpack
- ruby on rails 3.1 web design
- Azure Verizon CDN - 100
相关文章
- MVC CDN fallback for Style Bundle
- how to use a CDN inside a React component
- Need help understanding the Firebase Storage CDN
- Rails/Capistrano tool to deploy static assets to R
- Script File Executing After Inline Script With CDN
- Why randomize your file names for cloud storage/CD
- jQuery via Google CDN best practices
- How secure are CDNs for delivering jQuery?
Well, it's not technically a CDN but you can link directly to github
I haven't tried this myself, and don't know if they might change it at any given moment. But it's a solution for not having to host it yourself.
For me, I would put it on my own server, I prefer not to have the dependency, and they are small files. But if you're trying to squeeze every ms I'd test it. Your servers may be faster, and a connection to them is already established.
At the same time, many browsers have a connection limit for each domain, so you may get parallel downloads, also a CDN is nice because the user often has the resource already cached (although, not likely in this case).
Personally, I wouldn't do it, unless it's Google, Microsoft, Amazon, etc... and they're putting it on their servers specifically for the purpose. I use the Google CDN for jQuery, and it's great. But Blueprint just isn't there yet.