diff options
author | Anuj Dutta <anuj@andhapp.com> | 2012-03-28 06:48:54 +0000 |
---|---|---|
committer | Anuj Dutta <anuj@andhapp.com> | 2012-03-28 06:48:54 +0000 |
commit | 77fedae3ce050178eeff21decff1bf2fee7c3410 (patch) | |
tree | 7bd382ec10d00034d22b882cdecc7699940739c3 | |
parent | a3e5b7bdf2996893c1d11878a6642f9d51927efa (diff) | |
download | rails-77fedae3ce050178eeff21decff1bf2fee7c3410.tar.gz rails-77fedae3ce050178eeff21decff1bf2fee7c3410.tar.bz2 rails-77fedae3ce050178eeff21decff1bf2fee7c3410.zip |
Changed the config.assets.manifest to nil in the comments in the production config template.
-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 d0d9083c37..7b2c86db24 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 @@ -21,7 +21,7 @@ # Generate digests for assets URLs. config.assets.digest = true - # Defaults to Rails.root.join("public/assets"). + # Defaults to nil and saved in location specified by config.assets.prefix # config.assets.manifest = YOUR_PATH <%- end -%> |