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

Commit

Permalink
enable the StaticAsseticHelperPass
Browse files Browse the repository at this point in the history
This fixes #406.
  • Loading branch information
xabbuh committed Dec 28, 2015
1 parent 8a9c585 commit 0f75a27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AsseticBundle.php
Original file line number Diff line number Diff line change
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 0f75a27

Please sign in to comment.