提交 26c38fe0 编写于 作者: M Matthew Draper

Merge pull request #15456 from jonatack/patch-7

config.assets.digests -> config.assets.digest
......@@ -580,7 +580,7 @@ config.assets.raise_runtime_errors = false
When this option is true, the asset pipeline will check if all the assets loaded
in your application are included in the `config.assets.precompile` list.
If `config.assets.digests` is also true, the asset pipeline will require that
If `config.assets.digest` is also true, the asset pipeline will require that
all requests for assets include digests.
### Turning Digests Off
......@@ -589,7 +589,7 @@ You can turn off digests by updating `config/environments/development.rb` to
include:
```ruby
config.assets.digests = false
config.assets.digest = false
```
When this option is true, digests will be generated for asset URLs.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册