14

Possible Duplicate:
Hosted version of Twitter Bootstrap (maybe Google?)

I want to know if exists some site that provides the Twiiter Bootstrap framework for online loading instead of using it in my website, so this can save bandwidth from my host.

There is something similar provided by Google to Javascript libraries, but for Bootstrap, I found nothing.

Community
  • 1
  • 1
Renato Dinhani
  • 35,057
  • 55
  • 139
  • 199

3 Answers3

21

Well, I guess you could link to github, but I doubt this is a CDN.

<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" rel="stylesheet">

Also, it is uncompressed.

Update: The javascript part is available on cdnjs.cloudflare.com.

Relevant discussion here: https://github.com/twitter/bootstrap/issues/1679

UPDATE: NetDNA has set up a project site on their CDN just for Twitter Bootstrap. Its called http://Bootstrapcdn.com. Supports SSL. Has the CSS Files.

Frank
  • 1,056
  • 3
  • 17
  • 38
Pierre-Olivier
  • 3,104
  • 19
  • 37
11

BootstrapCDN.com has the css files, and ssl support. On a real CDN with nodes all over the world.

Gil Birman
  • 35,242
  • 14
  • 75
  • 119
Frank
  • 1,056
  • 3
  • 17
  • 38
0

I believe the term you are looking for is a CDN (Content Delivery Network), I don't know of any CDN that currently host the twitter bootstrap css/jscript. Another suggestion would be to use Amazon's AWS service more specifically the CloudFront service:

http://aws.amazon.com/cloudfront/

TheWebGuy
  • 11,429
  • 16
  • 52
  • 72