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
Following a Grunt "build", a developer must manually clear the Symfony cache to ensure the latest Twig (dist) templates are used in production.
We can further automate the build process by adding a new grunt task to clear the Symfony (production) cache at the end of a build.
Essentially just need to execute:
vagrant ssh -c "/vagrant/app/console cache:clear --env=prod"
The text was updated successfully, but these errors were encountered:
ryan0x44
No branches or pull requests
Following a Grunt "build", a developer must manually clear the Symfony cache to ensure the latest Twig (dist) templates are used in production.
We can further automate the build process by adding a new grunt task to clear the Symfony (production) cache at the end of a build.
Essentially just need to execute:
The text was updated successfully, but these errors were encountered: