Is there a hosted version of Twitter Bootstrap?

Twitter BootstrapCdn

Twitter Bootstrap Problem Overview


Is there a hosted version of Twitter Bootstrap? Something similar to the hosted version of jQuery on Google?

Twitter Bootstrap Solutions


Solution 1 - Twitter Bootstrap

BootstrapCDN.com

Hosts the Javascript, CSS, and Image files.

Additionally hosts the Font Awesome CSS and a selection of Bootswatch themes.

Maintained by @jdorfman and @mervinej.


CDNJS.com

Hosts the JavaScript, CSS and Image files. Check the GitHub repo for more specifics.

Also hosts a ton of other JS libraries, including plenty of Bootstrap plugins/addons.

Maintained by @peterdavehello.

Solution 2 - Twitter Bootstrap

This is a common request: Direct download links (or CDN) Also looks like the library not on any CDN at the moment.

You could use the raw github files, although this is not good practise, see: https://stackoverflow.com/questions/5502540/should-github-be-used-as-a-cdn-for-javascript-libraries

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionChristian StrangView Question on Stackoverflow
Solution 1 - Twitter BootstrapmervView Answer on Stackoverflow
Solution 2 - Twitter BootstrapHoffView Answer on Stackoverflow