Skip to content

Commit

Permalink
Add config.assets.quiet = true as default value
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcphillips committed Jun 10, 2016
1 parent 527200a commit 7c6c00e
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -9,3 +9,6 @@ Rails.application.config.assets.version = '1.0'
# Precompile additional assets.
# application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
# Rails.application.config.assets.precompile += %w( search.js )

# Suppress logger output for asset requests.
Rails.application.config.assets.quiet = true

0 comments on commit 7c6c00e

Please sign in to comment.