Remove deprecated and obsolete quiet_assets gem
As of sprockets-rails version 3.1.0 the same functionality can be enabled via config.assets.quiet.
This commit is contained in:
parent
a0d4fad4d8
commit
bee671c90e
3 changed files with 3 additions and 6 deletions
|
|
@ -34,6 +34,9 @@ Foodsoft::Application.configure do
|
|||
# number of complex assets.
|
||||
config.assets.debug = true
|
||||
|
||||
# Suppress logger output for asset requests.
|
||||
config.assets.quiet = true
|
||||
|
||||
# Required for i18n-js
|
||||
config.assets.initialize_on_precompile = true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue