Merge pull request #15834 from abpframework/auto-merge/rel-7-1/1764

Merge branch dev with rel-7.1
pull/15841/head
liangshiwei 3 years ago committed by GitHub
commit 975e7147d1
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