Does anybody know what the link of the NON-responsive version of Bootstrap is on BootstrapCDN? It is not published on the main page.
Asked
Active
Viewed 2,347 times
4
-
Duplicate question. http://stackoverflow.com/q/9887867/1485952 – fnkr Jul 04 '13 at 13:47
-
1This is not a duplicate since the other question addresses the general Bootstrap CDN. This is about where the NON-responsive (which is not published on the websites) version is. – Gabriel Petrovay Jul 04 '13 at 13:55
-
1@fnkr No, it's not a duplicate. – Ionică Bizău Jul 04 '13 at 13:58
-
lol just because you edited your post: http://stackoverflow.com/posts/17470566/revisions - At the time I wrote my comment it was a duplicate... – fnkr Jul 18 '13 at 08:16
1 Answers
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
-
1Do 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