mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add documentation to config.assets.logger
This commit is contained in:
parent
d7f7f5ee56
commit
16c5f488f1
1 changed files with 2 additions and 0 deletions
|
@ -152,6 +152,8 @@ Rails 3.1, by default, is set up to use the +sprockets+ gem to manage assets wit
|
|||
|
||||
* +config.assets.compile+ is a boolean that can be used to turn on live Sprockets compilation in production.
|
||||
|
||||
* +config.assets.logger+ accepts a logger conforming to the interface of Log4r or the default Ruby +Logger+ class. Defaults to the same configured at +config.logger+.
|
||||
|
||||
|
||||
h4. Configuring Generators
|
||||
|
||||
|
|
Loading…
Reference in a new issue