0
alper created
Support Team
Director
Update the ABP CLI:
dotnet tool update -g Volo.Abp.Cli
Update the ABP Suite:
abp suite update
- Release notes: https://docs.abp.io/en/commercial/latest/release-notes
52 Answer(s)
-
0
@sean.alford if you can send us the Suite entity
json
files, I'll try to reproduce and fix them. -
0
@alper Concerning my problem with removing jquery. You can close that issue because we needed to change the removal of jquery to the below code :
options .ScriptBundles .Configure(LeptonThemeBundles.Scripts.Global, bundle => { bundle.AddContributors(typeof(Support.RemoveJqueryScriptContributor)); });
instead of
options .ScriptBundles .Configure(StandardBundles.Scripts.Global, bundle => { bundle.AddContributors(typeof(Support.RemoveJqueryScriptContributor)); });
Showing 51 to 75 of 52 entries.