Skip to content

Commit

Permalink
also fix the theme compiler pass
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Dec 19, 2017
1 parent 4e4926c commit ce95185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LiipThemeBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function build(ContainerBuilder $container)
{
parent::build($container);

$container->addCompilerPass(new ThemeCompilerPass(), PassConfig::TYPE_BEFORE_OPTIMIZATION, 100);
$container->addCompilerPass(new ThemeCompilerPass(), PassConfig::TYPE_BEFORE_OPTIMIZATION, -10);
$container->addCompilerPass(new TemplateResourcesPass(), PassConfig::TYPE_BEFORE_OPTIMIZATION, -10);
$container->addCompilerPass(new AsseticTwigFormulaPass(), PassConfig::TYPE_BEFORE_OPTIMIZATION, -10);
}
Expand Down

0 comments on commit ce95185

Please sign in to comment.