Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for modular registration of modules #302

Open
nmocruz opened this issue Mar 25, 2024 · 0 comments
Open

Support for modular registration of modules #302

nmocruz opened this issue Mar 25, 2024 · 0 comments

Comments

@nmocruz
Copy link

nmocruz commented Mar 25, 2024

I was trying to use this library on a migration to dotnet core.

On the migration, I need to add bundles defined by module

ConfigureModuleServices(IServiceCollection services ...)
        service.AddBundle(pipeline => ....

The problem is that I can not call AddWebOptimizer with a second set of bundles. It doesn't append new bundles. Seems like AddWebOptimizer is intended to be called just once, and there no clear way to reconfigure the list of bundles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant