Browse Source

Update BundlerBase.cs

pull/15833/head
Engincan VESKE 3 years ago
committed by GitHub
parent
commit
4ee5a67c97
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