Skip to content

Commit

Permalink
Applied comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Sep 16, 2014
1 parent d16e21e commit 6f5c67c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cookbook/bundles/remove.rst
Expand Up @@ -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
--------------------------------------
Expand Down

0 comments on commit 6f5c67c

Please sign in to comment.