diff options
author | Claudio B <claudiob@users.noreply.github.com> | 2018-02-09 16:55:05 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-09 16:55:05 -0800 |
commit | 936a96a98b543c593590064356cb04e884b875b7 (patch) | |
tree | bd2c7a349f39358d89290b93bc77f9400417a2a0 /railties/lib | |
parent | b91a4a082659771d29350008d6ff2cfef0cc4b3d (diff) | |
parent | 4491ce902b61c836ee4aacd3f49ca62a21d55b8c (diff) | |
download | rails-936a96a98b543c593590064356cb04e884b875b7.tar.gz rails-936a96a98b543c593590064356cb04e884b875b7.tar.bz2 rails-936a96a98b543c593590064356cb04e884b875b7.zip |
Merge pull request #31949 from rails/remove-move
Remove warning from 4 years ago [ci skip]
Diffstat (limited to 'railties/lib')
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt | 2 |
1 files changed, 0 insertions, 2 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 4c0f36db98..926326b5bb 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 @@ -34,8 +34,6 @@ Rails.application.configure do # Do not fallback to assets pipeline if a precompiled asset is missed. config.assets.compile = false - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - <%- end -%> # Enable serving of images, stylesheets, and JavaScripts from an asset server. # config.action_controller.asset_host = 'http://assets.example.com' |