Skip to content

Commit

Permalink
[TwigBundle] activated Twig Optimizer extension by default
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Nov 28, 2010
1 parent 7efb463 commit 7ad3eca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Symfony/Bundle/TwigBundle/Resources/config/twig.xml
Expand Up @@ -38,6 +38,10 @@
<tag name="twig.extension" />
</service>

<service id="twig.extension.optimizer" class="Twig_Extension_Optimizer">
<tag name="twig.extension" />
</service>

<service id="twig.extension.trans" class="Symfony\Bundle\TwigBundle\Extension\TransExtension">
<tag name="twig.extension" />
<argument type="service" id="translator" />
Expand Down

0 comments on commit 7ad3eca

Please sign in to comment.