Remove twig cache dir
This commit is contained in:
parent
8d88863805
commit
5e77d862bf
3 changed files with 1 additions and 4 deletions
|
@ -30,7 +30,7 @@ $config = array();
|
|||
*/
|
||||
// $config['theme'] = 'default'; // Set the theme (defaults to "default")
|
||||
// $config['twig_config'] = array( // Twig settings
|
||||
// 'cache' => false, // To enable Twig caching change this to CACHE_DIR
|
||||
// 'cache' => false, // To enable Twig caching change this to a path to a writable directory
|
||||
// 'autoescape' => false, // Autoescape Twig vars
|
||||
// 'debug' => false // Enable Twig debug
|
||||
// );
|
||||
|
|
|
@ -5,7 +5,6 @@ define('VENDOR_DIR', ROOT_DIR . 'vendor/');
|
|||
define('PLUGINS_DIR', ROOT_DIR . 'plugins/');
|
||||
define('THEMES_DIR', ROOT_DIR . 'themes/');
|
||||
define('CONFIG_DIR', ROOT_DIR . 'config/');
|
||||
define('CACHE_DIR', LIB_DIR . 'cache/');
|
||||
|
||||
require_once(VENDOR_DIR . 'autoload.php');
|
||||
|
||||
|
|
2
lib/cache/.gitignore
vendored
2
lib/cache/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
*
|
||||
!.gitignore
|
Loading…
Add table
Reference in a new issue