Skip to content
  • Benjamin Neff's avatar
    Use config.assets.quiet instead of quiet_assets gem · 29a7f151
    Benjamin Neff authored
    The quiet_assets gem doesn't support rails 5, but sprockets 3 now has a
    config.assets.quiet option, which deprecates the quiet_assets gem. But
    the logging gem has a no-op silence method, that's why the quiet option
    doesn't work out-of-the-box. I added a little hack to use the silence
    method from ActiveSupport, which is also used from the original rails
    logger.
    29a7f151
This project manages its dependencies using Bundler. Learn more