-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
area-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Milestone
Description
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
omajid
Metadata
Metadata
Assignees
Labels
area-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared framework