diff --git a/lib/Config/Renderer.php b/lib/Config/Renderer.php index 1e86771fc3..921584660f 100644 --- a/lib/Config/Renderer.php +++ b/lib/Config/Renderer.php @@ -14,7 +14,8 @@ class Renderer { $file_system, array( 'cache' => $this->detectCache(), - 'debug' => WP_DEBUG + 'debug' => WP_DEBUG, + 'auto_reload' => true ) ); } @@ -26,6 +27,7 @@ class Renderer { $this->setupHandlebars(); $this->setupGlobalVariables(); $this->setupSyntax(); + return $this->renderer; }