Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0ed1a84

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

File tree

Expand file treeCollapse file tree

1 file changed

+4
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-3
lines changed

‎cookbook/assetic/asset_management.rst

Copy file name to clipboardExpand all lines: cookbook/assetic/asset_management.rst
+4-3Lines changed: 4 additions & 3 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.