Skip to content

Commit

Permalink
Fix: urls for glyphicons-halflings.png and glyphicons-halflings-white…
Browse files Browse the repository at this point in the history
….png
  • Loading branch information
hazymoon committed Oct 20, 2012
1 parent 695a64f commit 3c8e869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/bootstrap_plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
get 'https://raw.github.com/twitter/bootstrap/master/docs/assets/css/bootstrap-responsive.css', destination_root('public/stylesheets/bootstrap-responsive.css')
get 'https://raw.github.com/twitter/bootstrap/master/docs/assets/js/bootstrap.js', destination_root('public/javascripts/bootstrap.js')
get 'https://raw.github.com/twitter/bootstrap/master/docs/assets/js/bootstrap.min.js', destination_root('public/javascripts/bootstrap.min.js')
get 'https://github.com/twitter/bootstrap/blob/master/docs/assets/img/glyphicons-halflings.png', destination_root('public/images/glyphicons-halflings.png')
get 'https://github.com/twitter/bootstrap/blob/master/docs/assets/img/glyphicons-halflings-white.png', destination_root('public/images/glyphicons-halflings-white.png')
get 'https://raw.github.com/twitter/bootstrap/master/docs/assets/img/glyphicons-halflings.png', destination_root('public/images/glyphicons-halflings.png')
get 'https://raw.github.com/twitter/bootstrap/master/docs/assets/img/glyphicons-halflings-white.png', destination_root('public/images/glyphicons-halflings-white.png')

0 comments on commit 3c8e869

Please sign in to comment.