Added Twitter Bootstrapp with SASS support

This commit is contained in:
Christoph Haas 2013-08-07 22:06:14 +02:00
parent 78b8f594af
commit 6e9ff16913
4 changed files with 10 additions and 0 deletions

View file

@ -54,3 +54,6 @@ group :development do
# Chrome Rails debugging app
gem 'meta_request'
end
# Twitter Bootstrap template
gem 'bootstrap-sass'

View file

@ -32,6 +32,8 @@ GEM
erubis (>= 2.6.6)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
bootstrap-sass (2.3.2.1)
sass (~> 3.2)
builder (3.1.4)
callsite (0.0.11)
coderay (1.0.9)
@ -126,6 +128,7 @@ PLATFORMS
DEPENDENCIES
better_errors
binding_of_caller
bootstrap-sass
coffee-rails (~> 4.0.0)
jbuilder (~> 1.2)
jquery-rails

View file

@ -11,3 +11,5 @@
*= require_self
*= require_tree .
*/
//= require bootstrap

View file

@ -0,0 +1,2 @@
@import 'bootstrap';
@import 'bootstrap-responsive';