1
0
Fork 0
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:
Tristan Harward 2013-03-21 05:57:27 -07:00
commit 211da253e8

View file

@ -8,6 +8,12 @@ Enjoy.
## Usage ## 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 ### Rails
In your Gemfile: In your Gemfile: