Mute Rails asset pipeline log messages

Posted . Visible to the public.

quiet_assets helps with disabling asset pipeline log messages in the development log. When the gem is added, asset pipeline logs are suppressed by default.

If you want to disable muting temporarily, add config.quiet_assets = false to your config/application.rb.

Last edit
License
Source code in this card is licensed under the MIT License.
Posted to makandra dev (2014-05-07 14:03)