aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Schneeman <richard.schneeman@gmail.com>2014-08-04 15:51:36 -0500
committerRichard Schneeman <richard.schneeman@gmail.com>2014-08-04 15:51:36 -0500
commitaa7d5372f7dfc589c4a2248ccb15e127dacf2a77 (patch)
treeb10e47a96d50c4446e9a056fb82e0b22e236b162
parent23f902c05fa51a29a26e7afce1db2de475e1c8d6 (diff)
parentedfc7b96a12fa4422071b61f55da5a7a238b78b2 (diff)
downloadrails-aa7d5372f7dfc589c4a2248ccb15e127dacf2a77.tar.gz
rails-aa7d5372f7dfc589c4a2248ccb15e127dacf2a77.tar.bz2
rails-aa7d5372f7dfc589c4a2248ccb15e127dacf2a77.zip
Merge pull request #16375 from johnnyshields/guides
Guides: Add definition of `config.assets.manifest` option to configuring.md
-rw-r--r--guides/source/configuring.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md
index 305adb0608..801cef5ca6 100644
--- a/guides/source/configuring.md
+++ b/guides/source/configuring.md
@@ -151,6 +151,8 @@ pipeline is enabled. It is set to true by default.
* `config.assets.prefix` defines the prefix where assets are served from. Defaults to `/assets`.
+* `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 in `production.rb`.
* `config.assets.debug` disables the concatenation and compression of assets. Set to `true` by default in `development.rb`.