Skip to content

Commit

Permalink
Revert "Use jsDelivr CDN until BootstrapCDN gets updated"
Browse files Browse the repository at this point in the history
This reverts commit ea23969.

BootstrapCDN has now uploaded Bootstrap v3.3.0
  • Loading branch information
cvrebert committed Oct 31, 2014
1 parent 3711abf commit 505171e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ blog: http://blog.getbootstrap.com
expo: http://expo.getbootstrap.com

cdn:
css: https://cdn.jsdelivr.net/bootstrap/3.3.0/css/bootstrap.min.css
css_theme: https://cdn.jsdelivr.net/bootstrap/3.3.0/css/bootstrap-theme.min.css
js: https://cdn.jsdelivr.net/bootstrap/3.3.0/js/bootstrap.min.js
css: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css
css_theme: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap-theme.min.css
js: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js

0 comments on commit 505171e

Please sign in to comment.