Added Twitter Bootstrapp with SASS support
This commit is contained in:
parent
78b8f594af
commit
6e9ff16913
4 changed files with 10 additions and 0 deletions
3
Gemfile
3
Gemfile
|
|
@ -54,3 +54,6 @@ group :development do
|
|||
# Chrome Rails debugging app
|
||||
gem 'meta_request'
|
||||
end
|
||||
|
||||
# Twitter Bootstrap template
|
||||
gem 'bootstrap-sass'
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -11,3 +11,5 @@
|
|||
*= require_self
|
||||
*= require_tree .
|
||||
*/
|
||||
|
||||
//= require bootstrap
|
||||
2
app/assets/stylesheets/application.css.scss
Normal file
2
app/assets/stylesheets/application.css.scss
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
@import 'bootstrap';
|
||||
@import 'bootstrap-responsive';
|
||||
Loading…
Add table
Add a link
Reference in a new issue