From 3c8e8692525d9a6a4fe5c3b749c4ddaafbcaef7b Mon Sep 17 00:00:00 2001 From: hazy-moon Date: Sat, 20 Oct 2012 14:27:15 +0900 Subject: [PATCH] Fix: urls for glyphicons-halflings.png and glyphicons-halflings-white.png --- plugins/bootstrap_plugin.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/bootstrap_plugin.rb b/plugins/bootstrap_plugin.rb index 8b81cbc..bad74a9 100644 --- a/plugins/bootstrap_plugin.rb +++ b/plugins/bootstrap_plugin.rb @@ -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') \ No newline at end of file +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') \ No newline at end of file