Matt Peterson
Results
1
issues of
Matt Peterson
When using ASP.NET's [previous built-in bundling/minification capabilities](https://docs.microsoft.com/en-us/aspnet/mvc/overview/performance/bundling-and-minification), you could register a bundle, reference that in a view (using `@Scripts.Render`), and it would render the correct script tags depending on the...