723d046ce3
remove caching in dev env for twig files
12 lines
153 B
YAML
12 lines
153 B
YAML
twig:
|
|
file_name_pattern: '*.twig'
|
|
|
|
when@dev:
|
|
twig:
|
|
debug: true
|
|
cache: false
|
|
|
|
when@test:
|
|
twig:
|
|
strict_variables: true
|