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