: Is the Bootstrap CSS on a CDN yet? Just checking to see if anyone knows of a CDN for the bootstrap css framework.
Just checking to see if anyone knows of a CDN for the bootstrap css framework.
More posts by @Ann8826881
4 Comments
Sorted by latest first Latest Oldest Best
Justin Dorfman manages www.bootstrapcdn.com/ which has version 2.3.1 (at the time of editing)
Complete CSS (Responsive, With Icons):
//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css
Complete JavaScript
//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js
GitHub Repo
github.com/netdna/bootstrap-cdn
The JS is available at cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.0.3/bootstrap.min.js
Follow the CDNCSS at github.com/cdnjs/cdncss/tree/master/css/bootstrap
Update: The CSS can be found on cdnjs.com for now, cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.0.4/css/bootstrap.min.css
Seeing as BootStrap is incredibly customisable, including via their site, wouldn't you be better off tailoring it (in the same way you might tailor the Modernizr JS packages) to more closely meet your requirements (such as colours and default font sizes, remove unused features, etc), and then host the (often much) smaller file your self?
Whilst there's some small benefit to not downloading the full payload if someone has already visited a site using it, there's still all the processing and parsing of the script that has to happen...
This is the route that Modernizr took with their move to version 2:
Modernizr and Content Delivery Networks
I don't know of a compressed version out there but you might want to create a saved Google search to keep yourself updated.
You could submit it to www.cdnjs.com and it has a shot being hosted by them for free.
Also, it looks like you could get an uncompressed version from here, twitter.github.com/bootstrap/1.4.0/bootstrap.min.css.
Finally, if you wanted to, you could host a copy on your own CDN like Amazon's cloudshare. It is very cheap to host and if you are using it only for your sites, it might only cost you a few dollars a month.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.