Remove twig cache dir

This commit is contained in:
Daniel Rudolf 2015-09-29 00:42:04 +02:00
parent 8d88863805
commit 5e77d862bf
3 changed files with 1 additions and 4 deletions

View file

@ -30,7 +30,7 @@ $config = array();
*/ */
// $config['theme'] = 'default'; // Set the theme (defaults to "default") // $config['theme'] = 'default'; // Set the theme (defaults to "default")
// $config['twig_config'] = array( // Twig settings // $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 // 'autoescape' => false, // Autoescape Twig vars
// 'debug' => false // Enable Twig debug // 'debug' => false // Enable Twig debug
// ); // );

View file

@ -5,7 +5,6 @@ define('VENDOR_DIR', ROOT_DIR . 'vendor/');
define('PLUGINS_DIR', ROOT_DIR . 'plugins/'); define('PLUGINS_DIR', ROOT_DIR . 'plugins/');
define('THEMES_DIR', ROOT_DIR . 'themes/'); define('THEMES_DIR', ROOT_DIR . 'themes/');
define('CONFIG_DIR', ROOT_DIR . 'config/'); define('CONFIG_DIR', ROOT_DIR . 'config/');
define('CACHE_DIR', LIB_DIR . 'cache/');
require_once(VENDOR_DIR . 'autoload.php'); require_once(VENDOR_DIR . 'autoload.php');

View file

@ -1,2 +0,0 @@
*
!.gitignore