- rails 4.1.7
- ruby-2.1.4
- gem 'sass-rails', '~> 4.0.3'
- gem 'bootstrap-sass', '~> 3.3.1'
- gem 'autoprefixer-rails'
I installed bootstrap following these instructions https://github.com/twbs/bootstrap-sass
I have an app/assets/stylesheets/bootstrap-theme.css.map but no an app/assets/stylesheets/bootstrap-theme.css.map.css
This is my /app/assets/stylesheets/application.css
body { padding-top: 60px;
padding-left: 50px;
}
@import "bootstrap-sprockets";
@import "bootstrap";