Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit9fd91d6

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 clearedThe configuration is cached, so running assetic:dump before clearing the cache won't use the new configuration.Commits-------7c2c17f Update override_dir_structure.rstdee483f Cache needs be cleared
2 parentsa578de9 +4eaea8c commit9fd91d6

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 toclear the cache anddump 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)

[8]ページ先頭

©2009-2025 Movatter.jp