From dfbbd058bb57582c785e62209c6f197f2868ebd3 Mon Sep 17 00:00:00 2001 From: Ha!*!*y Date: Mon, 9 Jun 2014 19:45:11 -0700 Subject: [PATCH 1/3] Update remove.rst Add note about removing web/bundles/acmedemo directory --- cookbook/bundles/remove.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cookbook/bundles/remove.rst b/cookbook/bundles/remove.rst index ce36fae32ab..e1737880818 100644 --- a/cookbook/bundles/remove.rst +++ b/cookbook/bundles/remove.rst @@ -73,6 +73,12 @@ should remove the bundle from the filesystem. The bundle is located in the ``src/Acme/DemoBundle`` directory. You should remove this directory and you can remove the ``Acme`` directory as well. +3.1 Remove bundle resources +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Remove the Acme resource directory from the applications web folder. It can be found in ``web/bundles/acmedemo``. + + .. tip:: If you don't know the location of a bundle, you can use the From f1824fce84d4206d004aab80ce6da33faabf2b58 Mon Sep 17 00:00:00 2001 From: Ha!*!*y Date: Wed, 11 Jun 2014 00:00:04 -0700 Subject: [PATCH 2/3] Update remove.rst --- cookbook/bundles/remove.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/cookbook/bundles/remove.rst b/cookbook/bundles/remove.rst index e1737880818..636f59e1518 100644 --- a/cookbook/bundles/remove.rst +++ b/cookbook/bundles/remove.rst @@ -73,12 +73,6 @@ should remove the bundle from the filesystem. The bundle is located in the ``src/Acme/DemoBundle`` directory. You should remove this directory and you can remove the ``Acme`` directory as well. -3.1 Remove bundle resources -~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -Remove the Acme resource directory from the applications web folder. It can be found in ``web/bundles/acmedemo``. - - .. tip:: If you don't know the location of a bundle, you can use the @@ -87,6 +81,11 @@ Remove the Acme resource directory from the applications web folder. It can be f echo $this->container->get('kernel')->getBundle('AcmeDemoBundle')->getPath(); +3.1 Remove bundle resources +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Remove the Acme resource directory from the application's web folder. It can be found in ``web/bundles/acmedemo``. + 4. Remove integration in other bundles -------------------------------------- From d7e61561dfa764d8b116a5784969c653371ae821 Mon Sep 17 00:00:00 2001 From: Ha!*!*y Date: Wed, 11 Jun 2014 00:01:28 -0700 Subject: [PATCH 3/3] Update remove.rst --- cookbook/bundles/remove.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/bundles/remove.rst b/cookbook/bundles/remove.rst index 636f59e1518..4fe02af56e1 100644 --- a/cookbook/bundles/remove.rst +++ b/cookbook/bundles/remove.rst @@ -81,7 +81,7 @@ can remove the ``Acme`` directory as well. echo $this->container->get('kernel')->getBundle('AcmeDemoBundle')->getPath(); -3.1 Remove bundle resources +3.1 Remove Bundle Resources ~~~~~~~~~~~~~~~~~~~~~~~~~~~ Remove the Acme resource directory from the application's web folder. It can be found in ``web/bundles/acmedemo``.