From 597f98cdaff6268700bbde4f232a02ca1f80dddd Mon Sep 17 00:00:00 2001 From: schneems Date: Sun, 24 Aug 2014 15:31:42 -0500 Subject: [ci skip] wrap to 80 chars --- guides/source/asset_pipeline.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3