Skip to content

Commit 0ed1a84

Browse files
committed
[symfony#2263] Clarifying when assets are combined thanks to @stof
1 parent e01e427 commit 0ed1a84

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cookbook/assetic/asset_management.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,10 @@ but still serve them as a single file:
179179
<?php endforeach; ?>
180180
181181
In the ``dev`` environment, each file is still served individually, so that
182-
you can debug problems more easily. However, in the ``prod`` environment,
183-
this will be rendered as a single ``script`` tag, which contains the contents
184-
of all of the JavaScript files.
182+
you can debug problems more easily. However, in the ``prod`` environment
183+
(or more specifically, when the ``debug`` flag is ``false``), this will be
184+
rendered as a single ``script`` tag, which contains the contents of all of
185+
the JavaScript files.
185186

186187
.. tip::
187188

0 commit comments

Comments
 (0)