Frontend package management in ASP.NET Core
The Microsoft docs apparently recommend libman https://learn.microsoft.com/en-us/aspnet/core/client-side/libman/?view=aspnetcore-6.0
and then using external tools for bundling and minification, https://learn.microsoft.com/en-us/aspnet/core/client-side/bundling-and-minification?view=aspnetcore-6.0
But they also have docs on using Grunt and NPM.
This seems like too much work tbh, and would also require configuration duplication.
What do you use usually? With all these separate tools I'd also need to maintain build scripts. Do you use Nuke for that on your job? Maybe send an example?
and then using external tools for bundling and minification, https://learn.microsoft.com/en-us/aspnet/core/client-side/bundling-and-minification?view=aspnetcore-6.0
But they also have docs on using Grunt and NPM.
This seems like too much work tbh, and would also require configuration duplication.
What do you use usually? With all these separate tools I'd also need to maintain build scripts. Do you use Nuke for that on your job? Maybe send an example?
Learn how to install client-side library assets in an ASP.NET Core project using Library Manager (LibMan).

Learn how to optimize static resources in an ASP.NET Core web application by applying bundling and minification techniques.
