1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00

Better Rails 3.2 note. See #559

This commit is contained in:
Gleb Mazovetskiy 2014-04-18 21:42:30 +02:00
parent 1c725621a5
commit b0812ced33

View file

@ -22,7 +22,9 @@ gem 'bootstrap-sass', '~> 3.1.1'
#### Rails 3.2.x #### Rails 3.2.x
For Rails 3.2.x, make sure that all the gems are moved out of the `:assets` group. For Rails 3.2.x, make sure bootstrap-sass is moved out of the `:assets` group.
This is because, by default, assets group gems are not required in `production`.
However, for pre-compilation to succeed in production, `bootstrap-sass` gem must be required.
### b. Compass without Rails ### b. Compass without Rails