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

Commit aa5b4f8

Browse files
committed
bug #407 enable the StaticAsseticHelperPass (xabbuh)
This PR was merged into the 2.7-dev branch. Discussion ---------- enable the StaticAsseticHelperPass This fixes #406. Commits ------- 0f75a27 enable the StaticAsseticHelperPass
2 parents 8a9c585 + 0f75a27 commit aa5b4f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AsseticBundle.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ public function build(ContainerBuilder $container)
3434
$container->addCompilerPass(new Compiler\AssetManagerPass());
3535
$container->addCompilerPass(new Compiler\FilterManagerPass());
3636
$container->addCompilerPass(new Compiler\RouterResourcePass());
37+
$container->addCompilerPass(new Compiler\StaticAsseticHelperPass());
3738
}
3839
}

0 commit comments

Comments
 (0)