Skip to content

Commit

Permalink
readme: Add Rails 3 notice
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Feb 4, 2014
1 parent b9b8265 commit 0f37b4d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ gem 'bootstrap-sass', '~> 3.1.0'

`bundle install` and restart your server to make the files available through the pipeline.

If you are still on Rails 3, move the gems out of the assets group, set `config.initialize_on_precompile = true`,
and use the backported asset pipeline gems:

```ruby
gem 'sprockets-rails', '=2.0.0.backport1'
gem 'sprockets', '= 2.2.2.backport2'
```

### b. Compass without Rails

Install the gem
Expand Down

0 comments on commit 0f37b4d

Please sign in to comment.