We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd958bc commit c050deeCopy full SHA for c050dee
1 file changed
tools/BootstrapBlazor.CssBundler/Bundler.cs
@@ -68,7 +68,7 @@ static void DoBundler(string bundlerFile, BundlerOptions option)
68
continue;
69
}
70
using var reader = File.OpenRead(inputFile);
71
- if (IsUtf8Bom(reader))
+ if (!IsUtf8Bom(reader))
72
{
73
reader.Seek(0, SeekOrigin.Begin);
74
0 commit comments