8000 minor #4219 Cache needs be cleared (burki94) · symfony/symfony-docs@9fd91d6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9fd91d6

Browse files
committed
minor #4219 Cache needs be cleared (burki94)
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
2 parents a578de9 + 4eaea8c commit 9fd91d6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cookbook/configuration/override_dir_structure.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,10 @@ the ``extra.symfony-web-dir`` option in the ``composer.json`` file:
147147
'read_from' => '%kernel.root_dir%/../../public_html',
148148
));
149149
150-
Now you just need to dump the assets again and your application should
150+
Now you just need to clear the cache and dump the assets again and your application should
151151
work:
152152

153153
.. code-block:: bash
154-
154+
155+
$ php app/console cache:clear --env=prod
155156
$ php app/console assetic:dump --env=prod --no-debug

0 commit comments

Comments
 (0)
0