dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
35.44k stars 10.01k forks source link

Check minified .js files back in #56933

Open wtgodbe opened 3 months ago

wtgodbe commented 3 months ago

As a follow up to https://github.com/dotnet/aspnetcore/pull/56864, @javiercn pointed out that it would simpler for 9 to just check the minified .js files back into the repo, and add a github action on PRs that would regenerate them when necessary. We should also remove the Node-Externals submodule since it's no longer necessary with this approach.

omajid commented 2 months ago

Can this issue be closed now?

wtgodbe commented 2 months ago

This is still tracking improving the workflow for updating the files