8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a578de9 commit a68fec8Copy full SHA for a68fec8
cookbook/configuration/override_dir_structure.rst
@@ -147,9 +147,9 @@ the ``extra.symfony-web-dir`` option in the ``composer.json`` file:
147
'read_from' => '%kernel.root_dir%/../../public_html',
148
));
149
150
- 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
151
work:
152
153
.. code-block:: bash
154
-
+ $ php app/console cache:clear --env=prod
155
$ php app/console assetic:dump --env=prod --no-debug
0 commit comments