Skip to content

Commit

Permalink
Enable twig parser verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Aug 25, 2019
1 parent 9529414 commit 0c44388
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/parse-twig.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

$twig = $app->getContainer()->get(Twig::class);

$compiler = new TwigCompiler($twig, $cachePath);
$compiler = new TwigCompiler($twig, $cachePath, true);
$compiler->compile();

echo "Done\n";
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"nyholm/psr7": "^1.2",
"nyholm/psr7-server": "^0.3.0",
"odan/twig-assets": "^2.1",
"odan/twig-translation": "^1.2.1",
"odan/twig-translation": "^1.3",
"psr/log": "^1.1",
"selective/basepath": "^0.1.0",
"slim/slim": "^4.1",
Expand Down

0 comments on commit 0c44388

Please sign in to comment.