mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Document debugging assets set by default for dev and test envs in the asset_pipeline guide.
This commit is contained in:
parent
8bd76aa50e
commit
0b3b91cdcd
1 changed files with 2 additions and 0 deletions
|
@ -247,6 +247,8 @@ When the +debug_assets+ parameter is set, this line is expanded out into three s
|
|||
|
||||
This allows the individual parts of an asset to be rendered and debugged separately.
|
||||
|
||||
NOTE. Assets debugging is turned on by default in development and test environments.
|
||||
|
||||
h3. In Production
|
||||
|
||||
In the production environment, assets are served slightly differently.
|
||||
|
|
Loading…
Reference in a new issue