ligershark / WebOptimizer

A bundler and minifier for ASP.NET Core
Apache License 2.0
764 stars 113 forks source link

Mix and Match defined bundles and taghelper bundles #300

Open alineatech-dfolger opened 7 months ago

alineatech-dfolger commented 7 months ago

It does not seem like it's possible to do a combination of defined bundles assetPipeline.AddJavaScriptBundle and the tag helpers on the page together. Also is there a way to define a bundle path for the tag helper as it creates a dedicated bundle for every route even though we're using parent views.