Skip to content

Commit 6fd7bc0

Browse files
committed
[Assetic] added a note about the need to remove a route
_assetic route needs to be removed when use_controller is set to false.
1 parent f60eac8 commit 6fd7bc0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cookbook/assetic/asset_management.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,10 @@ the following change in your ``config_dev.yml`` file:
337337
'use_controller' => false,
338338
));
339339
340+
.. note::
341+
342+
You'll also have to remove the ```_assetic``` route in your ```app/config_dev.yml``` file.
343+
340344
Next, since Symfony is no longer generating these assets for you, you'll
341345
need to dump them manually. To do so, run the following:
342346

0 commit comments

Comments
 (0)