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 6f5c67c

Browse filesBrowse files
committed
Applied comments
1 parent d16e21e commit 6f5c67c
Copy full SHA for 6f5c67c

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/bundles/remove.rst

Copy file name to clipboardExpand all lines: cookbook/bundles/remove.rst
+4-3Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,11 @@ can remove the ``Acme`` directory as well.
8181

8282
echo $this->container->get('kernel')->getBundle('AcmeDemoBundle')->getPath();
8383

84-
3.1 Remove Bundle Resources
85-
~~~~~~~~~~~~~~~~~~~~~~~~~~~
84+
3.1 Remove Bundle Assets
85+
~~~~~~~~~~~~~~~~~~~~~~~~
8686

87-
Remove the Acme resource directory from the application's web folder. It can be found in ``web/bundles/acmedemo``.
87+
Remove the assets of the bundle in the web/ directory (e.g.
88+
``web/bundles/acmedemo`` for the AcmeDemoBundle).
8889

8990
4. Remove Integration in other Bundles
9091
--------------------------------------

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.