From d9f94ef596b72bbbe449cc0caa8046c862feaa80 Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 7 Jun 2019 20:03:22 +0300 Subject: [PATCH] Flextype Core: update twig cache path #117 --- flextype/bootstrap.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flextype/bootstrap.php b/flextype/bootstrap.php index f22ea26b..39625f31 100755 --- a/flextype/bootstrap.php +++ b/flextype/bootstrap.php @@ -47,8 +47,7 @@ $config = [ 'httpVersion' => '1.1', 'twig' => [ - 'cache' => false, - 'debug' => true, + 'cache' => PATH['site'] . '/cache/twig', ], 'images' => [