Taritsyn / BundleTransformer

Bundle Transformer - a modular extension for System.Web.Optimization (also known as the Microsoft ASP.NET Web Optimization Framework).
Apache License 2.0
130 stars 19 forks source link

[Q] ASP.NET Core support? #81

Closed lonix1 closed 8 months ago

lonix1 commented 8 months ago

Was happy to see this library is being actively maintained after all these years. It works with System.Web.Optimization which is pre-Core.

But I couldn't determine from the docs, does this also support ASP.NET Core?

Taritsyn commented 8 months ago

Hello!

Bundle Transformer does not support ASP.NET Core, because it is an extension of the System.Web.Optimization library.

I recommend you to look at the following projects:

  1. ASP.NET Core Web Optimizer
  2. Smidge