Is there a hosted version of Twitter Bootstrap? Something similiar like the hosted version of jQuery on Google?
|
closed as off topic by mauris, AProgrammer, TryTryAgain, gion_13, Don Roby Aug 26 '12 at 13:33
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
BootstrapCDN.comHosts the Javascript, CSS, and Image files. Also has SSL support. Additionally hosts the Font Awesome CSS (beginning August 2012). Maintained by @jdorfman. Hosted since June 2012. Note: In <= 2.1.0, bootstrap.min.css used to include both the standard and the responsive CSS, as well as the icons. Beginning with 2.1.1 bootstrap.min.css incudes only the standard CSS and the icons. Use bootstrap-combined.min.css for the whole shebang. CDNJS.comHosts the JavaScript, CSS and Image files. Also supports SSL and SPDY. Check the GitHub repo for more specifics. Maintained by @ryan_kirkman and Thomas Davis. Hosted JS since February 2012 (2.0.0); hosted CSS/Images since August 2012 (2.0.4). Both of these are unofficial and come with no warranties. Some community discussion about CDN hosting of Twitter Bootstrap can be found on the GitHub project's issue page, Direct download links (or CDN). |
|||||||||||||||
|
|
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: Should github be used as a CDN for javascript libraries? |
|||||||||
|