Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Cache needs be cleared#4219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
The configuration is cached, so running assetic:dump before clearing the cache won't use the new configuration.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
you need to add a new line between.. code-block:: ... and this line you added in this pr.
Added new line to make code-block work
marcel-burkhard commentedSep 16, 2014
I added the new line as suggested by@wouterj. |
xabbuh commentedSep 16, 2014
Looks good. Btw. I think this should be merged into 2.3. |
weaverryan commentedSep 16, 2014
Looks good to me too. Thanks @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
The configuration is cached, so running assetic:dump before clearing the cache won't use the new configuration.