ligershark / WebOptimizer

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

Use PathBase when writing individual tags #218

Closed jehhynes closed 2 years ago

jehhynes commented 2 years ago

When the application has a PathBase (e.g. virtual application in IIS), the individual tags to source files (in debug mode) should be based on that root path.

madskristensen commented 2 years ago

Thanks