aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorschneems <richard.schneeman@gmail.com>2016-08-23 13:09:43 -0500
committerschneems <richard.schneeman@gmail.com>2016-08-29 13:16:07 -0500
commite1bd2f59dde8a3ac1dafc529aa0470a5ae2a60e2 (patch)
treeedd2499ef0cdb48a5d39bf67bd1b01f5d61a1309 /guides
parent8126c7c2f7ebacf928f1323d711f0155a770a8bf (diff)
downloadrails-e1bd2f59dde8a3ac1dafc529aa0470a5ae2a60e2.tar.gz
rails-e1bd2f59dde8a3ac1dafc529aa0470a5ae2a60e2.tar.bz2
rails-e1bd2f59dde8a3ac1dafc529aa0470a5ae2a60e2.zip
[ci skip] configuring.md assets.unknown_asset_fallback
Diffstat (limited to 'guides')
-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 c938edd8f7..1ca66f66a5 100644
--- a/guides/source/configuring.md
+++ b/guides/source/configuring.md
@@ -169,6 +169,8 @@ pipeline is enabled. It is set to `true` by default.
* `config.assets.precompile` allows you to specify additional assets (other than `application.css` and `application.js`) which are to be precompiled when `rake assets:precompile` is run.
+* `config.assets.unknown_asset_fallback` allows you to modify the behavior of the asset pipeline when an asset is not in the pipeline with recent verisons of sprockets-rails.
+
* `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.