Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a68fec8

Browse filesBrowse 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
Copy full SHA for a68fec8

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎cookbook/configuration/override_dir_structure.rst

Copy file name to clipboardExpand all lines: cookbook/configuration/override_dir_structure.rst
+2-2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.