We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f14b2 commit c785b83Copy full SHA for c785b83
cookbook/bundles/remove.rst
@@ -81,10 +81,11 @@ can remove the ``Acme`` directory as well.
81
82
echo $this->container->get('kernel')->getBundle('AcmeDemoBundle')->getPath();
83
84
-3.1 Remove Bundle Resources
85
-~~~~~~~~~~~~~~~~~~~~~~~~~~~
+3.1 Remove Bundle Assets
+~~~~~~~~~~~~~~~~~~~~~~~~
86
87
-Remove the Acme resource directory from the application's web folder. It can be found in ``web/bundles/acmedemo``.
+Remove the assets of the bundle in the web/ directory (e.g.
88
+``web/bundles/acmedemo`` for the AcmeDemoBundle).
89
90
4. Remove Integration in other Bundles
91
--------------------------------------
0 commit comments