mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #26932 from y-yagi/update_doc_about_assets_digest
update doc about assets digest class [ci skip]
This commit is contained in:
commit
1f63d09ad7
1 changed files with 2 additions and 2 deletions
|
@ -175,11 +175,11 @@ pipeline is enabled. It is set to `true` by default.
|
|||
|
||||
* `config.assets.manifest` defines the full path to be used for the asset precompiler's manifest file. Defaults to a file named `manifest-<random>.json` in the `config.assets.prefix` directory within the public folder.
|
||||
|
||||
* `config.assets.digest` enables the use of MD5 fingerprints in asset names. Set to `true` by default.
|
||||
* `config.assets.digest` enables the use of SHA256 fingerprints in asset names. Set to `true` by default.
|
||||
|
||||
* `config.assets.debug` disables the concatenation and compression of assets. Set to `true` by default in `development.rb`.
|
||||
|
||||
* `config.assets.version` is an option string that is used in MD5 hash generation. This can be changed to force all files to be recompiled.
|
||||
* `config.assets.version` is an option string that is used in SHA256 hash generation. This can be changed to force all files to be recompiled.
|
||||
|
||||
* `config.assets.compile` is a boolean that can be used to turn on live Sprockets compilation in production.
|
||||
|
||||
|
|
Loading…
Reference in a new issue