Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to host twitter bootstrap.css in google just like jquery? [duplicate]

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

As of now I'm loading my jquery from google like this.

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>

Twitter Bootstrap is the most popular project in github. I think its getting popular day by day and I'm pretty sure bootstrap used by many sites.

If there is a centralised api to load bootstrap, the page will obviously load faster because it could potentially already be cached in client's browser just like jQuery.

Something like this

<link rel="stylesheet" type="text/css" href="http://bootstrap.twitter.com/2.2.2/bootstrap.min.css" />
<script src="//bootstrap.twitter.com/2.2.2/bootstrap.min.js"></script>

Is it possible?

like image 736
PrivateUser Avatar asked Dec 03 '25 17:12

PrivateUser


1 Answers

Hate to give such a simple answer but:

http://www.bootstrapcdn.com

like image 102
Andy Avatar answered Dec 06 '25 11:12

Andy



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!