mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Revert "Update asset_pipeline.md"
This reverts commitafe672185d
. Reason: This change was done by mistake. This option is at the `config` object not in the `config.assets`. Seecfb371e96a/railties/lib/rails/application/configuration.rb (L16)
This commit is contained in:
parent
e70ec9e91c
commit
172c25e7b6
1 changed files with 1 additions and 1 deletions
|
@ -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.assets.serve_static_files` is set to true. You should use `app/assets` for
|
||||
`config.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
|
||||
|
|
Loading…
Reference in a new issue