Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a hosted version of Twitter Bootstrap? [closed]

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

like image 820
Christian Strang Avatar asked Oct 07 '22 20:10

Christian Strang


People also ask

Does Twitter still use Bootstrap?

At Twitter, Bootstrap has quickly become one of our many go-to front-end tools when starting new applications and sites.

Is Twitter Bootstrap the same as Bootstrap?

There's no difference. Twitter Bootstrap was the official name for version 1.0 (Twitter Bootstrap). Later the name has been shortened.

Is Twitter Bootstrap responsive?

With Bootstrap 2, we've gone fully responsive. Our components are scaled according to a range of resolutions and devices to provide a consistent experience, no matter what.

What does Twitter Bootstrap have to do with web sites?

Twitter Bootstrap is a front end framework to develop web apps and sites fast. In modern web development, there are several components which are required in almost all web projects. Bootstrap provides you with all those basic modules - Grid, Typography, Tables, Forms, Buttons, and Responsiveness.


2 Answers

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.

like image 169
9 revs, 2 users 98% Avatar answered Oct 09 '22 09:10

9 revs, 2 users 98%


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?

like image 7
Hoff Avatar answered Oct 09 '22 10:10

Hoff