Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Twitter Bootstrap online loader? [duplicate]

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.

like image 432
Renato Dinhani Avatar asked Apr 16 '12 14:04

Renato Dinhani


1 Answers

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.

like image 188
Pierre-Olivier Avatar answered Sep 17 '22 17:09

Pierre-Olivier