Skip to content

Commit

Permalink
Fixes #183
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander-Toonen authored Dec 18, 2017
1 parent b679e2a commit a045d0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LiipThemeBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function build(ContainerBuilder $container)
parent::build($container);

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

0 comments on commit a045d0e

Please sign in to comment.