Browse Source
Merge pull request #15833 from abpframework/EngincanV-patch-2
Update BundlerBase.cs
pull/15834/head
liangshiwei
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
6 deletions
-
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); |
|
|
|
} |
|
|
|
|
|
|
|
|