4

Does anybody know what the link of the NON-responsive version of Bootstrap is on BootstrapCDN? It is not published on the main page.

Gabriel Petrovay
  • 20,476
  • 22
  • 97
  • 168

1 Answers1

8

BootstrapCDN does not post it on the main page, but after searching a little I found this issue in their Git repo where you can find the link:

//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap.no-responsive.no-icons.min.css
Gabriel Petrovay
  • 20,476
  • 22
  • 97
  • 168
  • 1
    Do you happen to know if there's one without responsiveness, but with icons? – Joost Aug 21 '13 at 15:35
  • Are you referring to Bootstrap 2 or 3? 3 is always responsive. I cannot find the version 2 on `bootstrapcdn.com` anymore on the website. (the old links still work) – Gabriel Petrovay Aug 22 '13 at 12:04
  • I ended up looking through the source of bootstrapcdn on Github, concluding that it wasn't there and using a 'customised' version from the Bootstrap site. I guess for a high-usage site it would be advisable to rely on the CDN and then override unwanted styles.. – Joost Aug 22 '13 at 12:57
  • 1
    @Joost There doesn't appear to be for 2.3.2, but it looks like `//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap.min.css` is what you're looking for if 2.3.1 is sufficient. – Dan Dyer Sep 03 '13 at 00:44
  • Additional note for those using this, http://maxcdn.bootstrapcdn.com/ is now the officially supported domain -- over netdna.bootstrapcdn.com. – jmervine Oct 09 '14 at 16:50