-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unify the bundling system of blazor server/wasm and mvc
.
#19968
base: dev
Are you sure you want to change the base?
Conversation
090870f
to
1f97485
Compare
global js&css
at runtime.blazor server/wasm and mvc
.
blazor server/wasm and mvc
.blazor server/wasm and mvc
.
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 19.6%, saving 196.63 KB.
2253 images did not require optimisation. |
...pnet-core/MyCompanyName.MyProjectName.Mvc.Mongo/MyCompanyName.MyProjectName.Mvc.Mongo.csproj
Outdated
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #19968 +/- ##
==========================================
+ Coverage 51.88% 51.92% +0.04%
==========================================
Files 3174 3177 +3
Lines 101802 101945 +143
Branches 7703 7724 +21
==========================================
+ Hits 52815 52939 +124
- Misses 47370 47376 +6
- Partials 1617 1630 +13 ☔ View full report in Codecov by Sentry. |
Resolves #19963
After this PR, we don't need the
abp bundle
command to manually create theglobal.js
andglobal.css
files.How it works?
https://github.com/abpframework/abp/blob/blazor-binding-runtime/docs/en/Community-Articles/2024-11-25-Global-Assets/POST.md
LeptonX needs this PR change, and the template project also needs the LeptonX PR change.
We need to release the nightly build packages of abp and leptonx.
abp nightly build package:
9.1.0-preview20241210
leptonx nightly build package:
4.1.0-preview20241210
ABP and LeptonX are ready to merge, waiting for Volo to change and test.
https://github.com/volosoft/lepton/pull/2291
https://github.com/volosoft/volo/pull/17925