mirror of https://github.com/abpframework/abp.git
3 changed files with 21 additions and 0 deletions
@ -0,0 +1,13 @@ |
|||
using System.Collections.Generic; |
|||
using Volo.Abp.AspNetCore.Mvc.UI.Bundling; |
|||
|
|||
namespace Volo.Abp.Account.Web.Pages.Account.Components.ProfileManagementGroup |
|||
{ |
|||
public class ProfileManagementScriptBundleContributor: BundleContributor |
|||
{ |
|||
public override void ConfigureBundle(BundleConfigurationContext context) |
|||
{ |
|||
context.Files.AddIfNotContains("/client-proxies/identity-proxy.js"); |
|||
} |
|||
} |
|||
} |
|||
Loading…
Reference in new issue