From 1bcc0eab702b60773a4e7985e7a55844e1b1febe Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 8 Jun 2019 10:59:13 +0300 Subject: [PATCH] Flextype Core: TWIG auto_reload option added #117 --- flextype/bootstrap.php | 1 + 1 file changed, 1 insertion(+) diff --git a/flextype/bootstrap.php b/flextype/bootstrap.php index 2c5c6463..a346fd89 100755 --- a/flextype/bootstrap.php +++ b/flextype/bootstrap.php @@ -49,6 +49,7 @@ $config = [ 'httpVersion' => '1.1', 'twig' => [ 'cache' => PATH['site'] . '/cache/twig', + 'auto_reload' => true ], 'images' => [ 'driver' => 'gd',