From 4ee5a67c97cf2e97a25dcd83f917e6d5a83b3b95 Mon Sep 17 00:00:00 2001 From: Engincan VESKE Date: Tue, 28 Feb 2023 10:29:07 +0300 Subject: [PATCH] Update BundlerBase.cs --- .../Volo.Abp.Cli.Core/Volo/Abp/Cli/Bundling/BundlerBase.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Bundling/BundlerBase.cs b/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Bundling/BundlerBase.cs index e49e24d0ef..8939ef68e5 100644 --- a/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Bundling/BundlerBase.cs +++ b/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); }