We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable the twig cache, because we don't need in the development environment
drupal site:mode dev
parameters: twig.config: { debug: true, auto_reload: true, cache: true }
should be
parameters: twig.config: { debug: true, auto_reload: true, cache: false }
Set twig cache to false
The text was updated successfully, but these errors were encountered:
@jmolivas PR hechoendrupal/drupal-console-core#339
Sorry, something went wrong.
👍 this would be very useful indeed!
It was merged
No branches or pull requests
Problem/Motivation
Disable the twig cache, because we don't need in the development environment
How to reproduce
drupal site:mode dev
should be
Solution
Set twig cache to false
The text was updated successfully, but these errors were encountered: