mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
Merge pull request #317 from PatrickMa/master
#316 - Found a temporary solution, adding it to readme.
This commit is contained in:
commit
211da253e8
1 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,12 @@ Enjoy.
|
|||
|
||||
## Usage
|
||||
|
||||
### Rails 4
|
||||
|
||||
Due to a change in Rails that prevents images from being compiled in vendor and lib, you'll need to add the following line to your application.rb:
|
||||
|
||||
config.assets.precompile += %w(*.png *.jpg *.jpeg *.gif)
|
||||
|
||||
### Rails
|
||||
|
||||
In your Gemfile:
|
||||
|
|
Loading…
Reference in a new issue