aspnetcore
aspnetcore copied to clipboard
Push minified .js files to submodule
Plan of record to fix the NPM build for source-build in .NET 9:
- Push minified .js files to https://github.com/dotnet/BlazorMinifiedJs
- Add https://github.com/dotnet/BlazorMinifiedJs as a submodule
- In source-build, don't build node/npm components - instead reference the minified .js files from the submodule
- Error whenever the files in the submodule don't match what's in the repo
- In any PR that would change the contents of the minified .js files, push the updated files to the submodule repo & ingest it in that same PR (so that we are testing changes here at the source, in the same way we would for full .NET source build)
CC @javiercn @dotnet/source-build-contrib
cc @dotnet/distro-maintainers
cc @Swapnali911 @uweigand @Vishwanatha-HD
@wtgodbe is there some progress?
This has blocked us to build .NET 9 on ppc64le and s390x for all .NET 9 previews so far.
Sorry, have been on vacation. Just opened https://github.com/dotnet/aspnetcore/pull/56864 for preview7.