mirror of https://github.com/abpframework/abp.git
committed by
GitHub
5 changed files with 57 additions and 21 deletions
@ -1,15 +0,0 @@ |
|||
using System.Collections.Generic; |
|||
using Volo.Abp.AspNetCore.Mvc.UI.Bundling; |
|||
using Volo.Abp.AspNetCore.Mvc.UI.Packages.JQuery; |
|||
using Volo.Abp.Modularity; |
|||
|
|||
namespace Volo.Abp.AspNetCore.Mvc.UI.Packages.JQueryForm; |
|||
|
|||
[DependsOn(typeof(JQueryScriptContributor))] |
|||
public class JQueryFormScriptContributor : BundleContributor |
|||
{ |
|||
public override void ConfigureBundle(BundleConfigurationContext context) |
|||
{ |
|||
context.Files.AddIfNotContains("/libs/jquery-form/jquery.form.min.js"); |
|||
} |
|||
} |
|||
Loading…
Reference in new issue