Skip to content

Commit

Permalink
minor #4219 Cache needs be cleared (burki94)
Browse files Browse the repository at this point in the history
This PR was submitted for the 2.5 branch but it was merged into the 2.3 branch instead (closes #4219).

Discussion
----------

Cache needs be cleared

The configuration is cached, so running assetic:dump before clearing the cache won't use the new configuration.

Commits
-------

7c2c17f Update override_dir_structure.rst
dee483f Cache needs be cleared
  • Loading branch information
weaverryan committed Sep 16, 2014
2 parents a578de9 + 4eaea8c commit 9fd91d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cookbook/configuration/override_dir_structure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9fd91d6

Please sign in to comment.