Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
bug #407 enable the StaticAsseticHelperPass (xabbuh)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.7-dev branch.

Discussion
----------

enable the StaticAsseticHelperPass

This fixes #406.

Commits
-------

0f75a27 enable the StaticAsseticHelperPass
  • Loading branch information
stof committed Dec 28, 2015
2 parents 8a9c585 + 0f75a27 commit aa5b4f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AsseticBundle.php
Expand Up @@ -34,5 +34,6 @@ public function build(ContainerBuilder $container)
$container->addCompilerPass(new Compiler\AssetManagerPass());
$container->addCompilerPass(new Compiler\FilterManagerPass());
$container->addCompilerPass(new Compiler\RouterResourcePass());
$container->addCompilerPass(new Compiler\StaticAsseticHelperPass());
}
}

0 comments on commit aa5b4f8

Please sign in to comment.