ligershark / WebOptimizer

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

Added API for handling the output of tag helper #193

Closed exileDev closed 2 years ago

exileDev commented 2 years ago

It would be great If third-party developers could use this API in custom tag helpers.

exileDev commented 2 years ago

PR contains some code refactoring, although the reason is that we couldn't add any sources to the asset without inheriting from TagHelpersDynamic.

exileDev commented 2 years ago

@madskristensen It would be great If you'll leave a review ^^. I can remove the refactoring or do some work to improve this PR.

madskristensen commented 2 years ago

Looks great. Thanks