1
0
Fork 0
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:
Sebastian Martinez 2011-08-19 19:45:55 -03:00
parent 8bd76aa50e
commit 0b3b91cdcd

View file

@ -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.