ligershark / WebOptimizer

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

Fix for always minifying JS #245

Closed TechLiam closed 2 years ago

TechLiam commented 2 years ago

Even when the setting MinifyCode is false the output is minified this seams to not be the correct outcome adding in this IF statement results in no changes being applied to the bundle in this processor

madskristensen commented 2 years ago

Thanks