From df280c4316c156a6c39b73cc34f42159cb75f0af Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Wed, 25 Mar 2015 09:17:12 +0900 Subject: update `config.assets.digest` default value in guides [ci skip] --- guides/source/asset_pipeline.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'guides/source/asset_pipeline.md') 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 -- cgit v1.2.3