We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e01e427 commit 0ed1a84Copy full SHA for 0ed1a84
cookbook/assetic/asset_management.rst
@@ -179,9 +179,10 @@ but still serve them as a single file:
179
<?php endforeach; ?>
180
181
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.
+you can debug problems more easily. However, in the ``prod`` environment
+(or more specifically, when the ``debug`` flag is ``false``), this will be
+rendered as a single ``script`` tag, which contains the contents of all of
185
+the JavaScript files.
186
187
.. tip::
188
0 commit comments