1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-28 23:40:41 +02:00

Flextype Core: TWIG auto_reload option added #117

This commit is contained in:
Awilum
2019-06-08 10:59:13 +03:00
parent d13396f32d
commit 1bcc0eab70

View File

@@ -49,6 +49,7 @@ $config = [
'httpVersion' => '1.1',
'twig' => [
'cache' => PATH['site'] . '/cache/twig',
'auto_reload' => true
],
'images' => [
'driver' => 'gd',