diff --git a/cookbook/configuration/override_dir_structure.rst b/cookbook/configuration/override_dir_structure.rst index 23ea5fea5d9..c24c39e429b 100644 --- a/cookbook/configuration/override_dir_structure.rst +++ b/cookbook/configuration/override_dir_structure.rst @@ -147,9 +147,10 @@ the ``extra.symfony-web-dir`` option in the ``composer.json`` file: 'read_from' => '%kernel.root_dir%/../../public_html', )); - Now you just need to dump the assets again and your application should + Now you just need to clear the cache and dump the assets again and your application should work: .. code-block:: bash - + + $ php app/console cache:clear --env=prod $ php app/console assetic:dump --env=prod --no-debug