Skip to content

Commit

Permalink
Factor asset pipeline logic out of asset manager.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Feb 5, 2025
1 parent 42865fe commit b3542d1
Show file tree
Hide file tree
Showing 5 changed files with 594 additions and 418 deletions.
1 change: 1 addition & 0 deletions module/VuFindTheme/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public function getServiceConfig()
ParentInjectTemplateListener::class => InjectTemplateListener::class,
],
'factories' => [
AssetPipeline::class => AssetPipelineFactory::class,
InjectTemplateListener::class => InjectTemplateListenerFactory::class,
MixinGenerator::class => ThemeInfoInjectorFactory::class,
Mobile::class => InvokableFactory::class,
Expand Down
Loading

0 comments on commit b3542d1

Please sign in to comment.