Browse Source

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

Update BundlerBase.cs
pull/15834/head
liangshiwei 3 years ago
committed by GitHub
parent
commit
2279ebd54c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Bundling/BundlerBase.cs

6
framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Bundling/BundlerBase.cs

@ -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