diff options
author | Robb Shecter <robb@weblaws.org> | 2012-10-18 22:41:31 -0700 |
---|---|---|
committer | Robb Shecter <robb@weblaws.org> | 2012-10-18 22:41:31 -0700 |
commit | b83e0c3f293b9c68037f55e2ffe3b134ac98a91d (patch) | |
tree | 40435632ae9dc7cd850a31c2f670d501d784cc42 | |
parent | feb9c5f42bd99d8e9e8710c4734af60e6e602d99 (diff) | |
download | rails-b83e0c3f293b9c68037f55e2ffe3b134ac98a91d.tar.gz rails-b83e0c3f293b9c68037f55e2ffe3b134ac98a91d.tar.bz2 rails-b83e0c3f293b9c68037f55e2ffe3b134ac98a91d.zip |
Corrected the logic in production.rb comment.
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt b/railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt index 74457b0efd..d86207ae85 100644 --- a/railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt +++ b/railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt @@ -26,7 +26,7 @@ # Compress JavaScripts and CSS. config.assets.compress = true - # Don't fallback to assets pipeline if a precompiled asset is missed. + # Whether to fallback to assets pipeline if a precompiled asset is missed. config.assets.compile = false # Generate digests for assets URLs. |