upd: twig config
remove caching in dev env for twig files
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
twig:
|
twig:
|
||||||
file_name_pattern: '*.twig'
|
file_name_pattern: '*.twig'
|
||||||
|
|
||||||
|
when@dev:
|
||||||
|
twig:
|
||||||
|
debug: true
|
||||||
|
cache: false
|
||||||
|
|
||||||
when@test:
|
when@test:
|
||||||
twig:
|
twig:
|
||||||
strict_variables: true
|
strict_variables: true
|
||||||
|
|||||||
Reference in New Issue
Block a user