aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/asset_pipeline.md
diff options
context:
space:
mode:
authorschneems <richard.schneeman@gmail.com>2014-08-24 15:31:42 -0500
committerschneems <richard.schneeman@gmail.com>2014-08-24 15:31:42 -0500
commit597f98cdaff6268700bbde4f232a02ca1f80dddd (patch)
treed10b82c65e5382096277580a3fe4aeecab1d2b2b /guides/source/asset_pipeline.md
parent52f430f6cc3b417d587a360dafed982eb2182244 (diff)
downloadrails-597f98cdaff6268700bbde4f232a02ca1f80dddd.tar.gz
rails-597f98cdaff6268700bbde4f232a02ca1f80dddd.tar.bz2
rails-597f98cdaff6268700bbde4f232a02ca1f80dddd.zip
[ci skip] wrap to 80 chars
Diffstat (limited to 'guides/source/asset_pipeline.md')
-rw-r--r--guides/source/asset_pipeline.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/guides/source/asset_pipeline.md b/guides/source/asset_pipeline.md
index e31cefa5bb..ed76ab8f22 100644
--- a/guides/source/asset_pipeline.md
+++ b/guides/source/asset_pipeline.md
@@ -166,7 +166,8 @@ pipeline, the preferred location for these assets is now the `app/assets`
directory. Files in this directory are served by the Sprockets middleware.
Assets can still be placed in the `public` hierarchy. Any assets under `public`
-will be served as static files by the application or web server. You should use
+will be served as static files by the application or web server when
+`config.serve_static_assets` is set to true. You should use
`app/assets` for files that must undergo some pre-processing before they are
served.