From 6f5c67c3212a4169a3355f01248a0928c71f654b Mon Sep 17 00:00:00 2001 From: WouterJ Date: Tue, 16 Sep 2014 15:37:44 +0200 Subject: [PATCH] Applied comments --- cookbook/bundles/remove.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cookbook/bundles/remove.rst b/cookbook/bundles/remove.rst index 9ba95fee76d..f289ecd144c 100644 --- a/cookbook/bundles/remove.rst +++ b/cookbook/bundles/remove.rst @@ -81,10 +81,11 @@ can remove the ``Acme`` directory as well. echo $this->container->get('kernel')->getBundle('AcmeDemoBundle')->getPath(); -3.1 Remove Bundle Resources -~~~~~~~~~~~~~~~~~~~~~~~~~~~ +3.1 Remove Bundle Assets +~~~~~~~~~~~~~~~~~~~~~~~~ -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. +``web/bundles/acmedemo`` for the AcmeDemoBundle). 4. Remove Integration in other Bundles --------------------------------------