Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

Just checking to see if anyone knows of a CDN for the bootstrap css framework.

share|improve this question
1  
Not sure why this is closed. Here's one answer: bootstrapcdn.com – pbreitenbach Jun 20 '12 at 18:51

migrated from stackoverflow.com Feb 16 '12 at 1:02

4 Answers

up vote 12 down vote accepted

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 http://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, http://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.

share|improve this answer
we are in the process of getting cdncss.com up and running. Feel free to come check it out github.com/cdnjs/cdncss – Thomas Davis Jun 20 '12 at 10:16
functionn.blogspot.com/2012/06/… <- there's also this now :) – the_archer Nov 30 '12 at 18:31

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

share|improve this answer

protected by John Conde Jun 14 '12 at 16:47

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.