Update asset_pipeline.md

This commit is contained in:
kentendo 2015-10-05 17:29:49 -07:00
parent 69009f4473
commit afe672185d

@ -169,7 +169,7 @@ 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 when
`config.serve_static_files` is set to true. You should use `app/assets` for
`config.assets.serve_static_files` is set to true. You should use `app/assets` for
files that must undergo some pre-processing before they are served.
In production, Rails precompiles these files to `public/assets` by default. The