From edfc7b96a12fa4422071b61f55da5a7a238b78b2 Mon Sep 17 00:00:00 2001 From: Johnny Shields Date: Sun, 3 Aug 2014 06:51:58 +0900 Subject: [PATCH] [ci skip] Guides: Add definition of `config.assets.manifest` option to configuring.md --- guides/source/configuring.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guides/source/configuring.md b/guides/source/configuring.md index 6e897d1714dbd..c74ed0317086f 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-.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`.