aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/configuring.md
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2012-09-08 23:18:57 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2012-09-19 18:02:37 -0500
commit66ed71fd6fbbdc25148459a91074974287318bf5 (patch)
tree1615ff170385d2f580b60478b8ab384b2502e266 /guides/source/configuring.md
parentc4111ec5f84a549c759a154de9f5822b66d95385 (diff)
downloadrails-66ed71fd6fbbdc25148459a91074974287318bf5.tar.gz
rails-66ed71fd6fbbdc25148459a91074974287318bf5.tar.bz2
rails-66ed71fd6fbbdc25148459a91074974287318bf5.zip
Remove highly uncommon `config.assets.manifest` option for moving the manifest path.
This option is now unsupported in sprockets-rails.
Diffstat (limited to 'guides/source/configuring.md')
-rw-r--r--guides/source/configuring.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md
index 909d304622..8efc1f655f 100644
--- a/guides/source/configuring.md
+++ b/guides/source/configuring.md
@@ -161,8 +161,6 @@ Rails 3.1, by default, is set up to use the `sprockets` gem to manage assets wit
* `config.assets.debug` disables the concatenation and compression of assets. Set to `true` by default in `development.rb`.
-* `config.assets.manifest` defines the full path to be used for the asset precompiler's manifest file. Defaults to using `config.assets.prefix`.
-
* `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.