diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2015-03-25 09:17:12 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2015-03-25 09:17:12 +0900 |
commit | df280c4316c156a6c39b73cc34f42159cb75f0af (patch) | |
tree | d2755990b51077e8d367cb5a927ae4564ff0dd7e | |
parent | e5fda36d8a0e9269141e113a70fa381842952f99 (diff) | |
download | rails-df280c4316c156a6c39b73cc34f42159cb75f0af.tar.gz rails-df280c4316c156a6c39b73cc34f42159cb75f0af.tar.bz2 rails-df280c4316c156a6c39b73cc34f42159cb75f0af.zip |
update `config.assets.digest` default value in guides [ci skip]
-rw-r--r-- | guides/source/asset_pipeline.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/guides/source/asset_pipeline.md b/guides/source/asset_pipeline.md index 816bff3784..9da0ef1eb3 100644 --- a/guides/source/asset_pipeline.md +++ b/guides/source/asset_pipeline.md @@ -667,8 +667,7 @@ anymore, delete these options from the `javascript_include_tag` and `stylesheet_link_tag`. The fingerprinting behavior is controlled by the `config.assets.digest` -initialization option (which defaults to `true` for production and `false` for -everything else). +initialization option (which defaults to `true` for production and development). NOTE: Under normal circumstances the default `config.assets.digest` option should not be changed. If there are no digests in the filenames, and far-future |