diff options
author | Erol Fornoles <erol.fornoles@gmail.com> | 2015-06-03 16:17:27 +0800 |
---|---|---|
committer | Erol Fornoles <erol.fornoles@gmail.com> | 2015-06-03 16:17:27 +0800 |
commit | fba2473a5baae4f70db0290a8d444c6b80586927 (patch) | |
tree | 3f8c1fa632a5cce3388451b82d1b355c2d267a2a /guides/source | |
parent | 6c4416183454cc75ee4dbed107fe7370c69fc37d (diff) | |
download | rails-fba2473a5baae4f70db0290a8d444c6b80586927.tar.gz rails-fba2473a5baae4f70db0290a8d444c6b80586927.tar.bz2 rails-fba2473a5baae4f70db0290a8d444c6b80586927.zip |
Remove reference to assets version option.
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/configuring.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md index 8734a9c762..ee3915e196 100644 --- a/guides/source/configuring.md +++ b/guides/source/configuring.md @@ -161,8 +161,6 @@ pipeline is enabled. It is set to true by default. * `config.assets.cache_store` defines the cache store that Sprockets will use. The default is the Rails file store. -* `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.compile` is a boolean that can be used to turn on live Sprockets compilation in production. * `config.assets.logger` accepts a logger conforming to the interface of Log4r or the default Ruby `Logger` class. Defaults to the same configured at `config.logger`. Setting `config.assets.logger` to false will turn off served assets logging. |