From 723d046ce321065517f5ecdc4ebfcf7f50b37143 Mon Sep 17 00:00:00 2001 From: Ryan Prather Date: Wed, 13 May 2026 17:22:47 -0400 Subject: [PATCH] upd: twig config remove caching in dev env for twig files --- config/packages/twig.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/packages/twig.yaml b/config/packages/twig.yaml index 3f795d9..6917a70 100644 --- a/config/packages/twig.yaml +++ b/config/packages/twig.yaml @@ -1,6 +1,11 @@ twig: file_name_pattern: '*.twig' +when@dev: + twig: + debug: true + cache: false + when@test: twig: strict_variables: true