Merge pull request #15833 from abpframework/EngincanV-patch-2

Update BundlerBase.cs
pull/15834/head
liangshiwei 3 years ago committed by GitHub
commit 2279ebd54c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -112,12 +112,6 @@ public abstract class BundlerBase : IBundler, ITransientDependency
content = ProcessBeforeAddingToTheBundle(definition.Source, Path.Combine(Directory.GetCurrentDirectory(), "wwwroot"),
content);
if (content.Contains("coding"))
{
}
builder.AppendLine(content);
}

Loading…
Cancel
Save