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.
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.