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:
Patrick Gansterer 2019-10-29 02:43:51 +01:00
parent a0d4fad4d8
commit bee671c90e
3 changed files with 3 additions and 6 deletions

View file

@ -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