Mobile app version of vmapp.org
Login or Join

Login to follow query

More posts by @Ann8826881

4 Comments

Sorted by latest first Latest Oldest Best

 

@Goswami781

Justin Dorfman manages www.bootstrapcdn.com/ which has version 2.3.1 (at the time of editing)

Complete CSS (Responsive, With Icons):

//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css

Complete JavaScript

//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js

GitHub Repo
github.com/netdna/bootstrap-cdn

10% popularity Vote Up Vote Down


 

@Gloria169

Seeing as BootStrap is incredibly customisable, including via their site, wouldn't you be better off tailoring it (in the same way you might tailor the Modernizr JS packages) to more closely meet your requirements (such as colours and default font sizes, remove unused features, etc), and then host the (often much) smaller file your self?

Whilst there's some small benefit to not downloading the full payload if someone has already visited a site using it, there's still all the processing and parsing of the script that has to happen...

This is the route that Modernizr took with their move to version 2:


Modernizr and Content Delivery Networks

10% popularity Vote Up Vote Down


 

@RJPawlick198

I don't know of a compressed version out there but you might want to create a saved Google search to keep yourself updated.

You could submit it to www.cdnjs.com and it has a shot being hosted by them for free.

Also, it looks like you could get an uncompressed version from here, twitter.github.com/bootstrap/1.4.0/bootstrap.min.css.
Finally, if you wanted to, you could host a copy on your own CDN like Amazon's cloudshare. It is very cheap to host and if you are using it only for your sites, it might only cost you a few dollars a month.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme