diff options
author | schneems <richard.schneeman@gmail.com> | 2016-08-29 10:48:25 -0500 |
---|---|---|
committer | schneems <richard.schneeman@gmail.com> | 2016-08-29 13:16:07 -0500 |
commit | 8bcf42c4b36caaf835e8312c11eccb830049855b (patch) | |
tree | 67dca2dc9385ead9dc0935ac50e5d3bd738569d2 /guides | |
parent | 581d9685ea3ab1e3669c66f4b873a1840d7cd6fe (diff) | |
download | rails-8bcf42c4b36caaf835e8312c11eccb830049855b.tar.gz rails-8bcf42c4b36caaf835e8312c11eccb830049855b.tar.bz2 rails-8bcf42c4b36caaf835e8312c11eccb830049855b.zip |
Address doc style comments from @robin850
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/configuring.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md index 1ca66f66a5..283aae8178 100644 --- a/guides/source/configuring.md +++ b/guides/source/configuring.md @@ -169,7 +169,7 @@ 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.unknown_asset_fallback` allows you to modify the behavior of the asset pipeline when an asset is not in the pipeline, if you use sprockets-rails 3.2.0 or newer. * `config.assets.prefix` defines the prefix where assets are served from. Defaults to `/assets`. |