8000 Cache needs be cleared · symfony/symfony-docs@a68fec8 · GitHub
[go: up one dir, main page]

Skip to content

Commit a68fec8

Browse files
marcel-burkhardweaverryan
authored andcommitted
Cache needs be cleared
The configuration is cached, so running assetic:dump before clearing the cache won't use the new configuration.
1 parent a578de9 commit a68fec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/configuration/override_dir_structure.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ 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+
$ php app/console cache:clear --env=prod
155155
$ php app/console assetic:dump --env=prod --no-debug

0 commit comments

Comments
 (0)
0