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 a7d2b8c commit b75f3cdCopy full SHA for b75f3cd
src/BootstrapBlazor/Directory.Build.targets
@@ -18,7 +18,7 @@
18
<Copy SourceFiles="$(BootstrapOriginJsFile)" DestinationFiles="$(BootstrapTargetJsFile)" SkipUnchangedFiles="true"></Copy>
19
</Target>
20
21
- <Target Name="Bundler" AfterTargets="CopyJs" Condition="'$(TargetFramework)' == '$(RunTargetFramework)'" Inputs="$(StyleFile)" Outputs="$(BundleStyleFile)">
+ <Target Name="CssBundler" AfterTargets="CopyJs" Condition="'$(TargetFramework)' == '$(RunTargetFramework)'" Inputs="$(StyleFile)" Outputs="$(BundleStyleFile)">
22
<Exec Command="dotnet tool restore"></Exec>
23
<Message Text="Bundler min css ..." Importance="high"></Message>
24
<Exec Command="dotnet css-bundler .\bundler.json"></Exec>
0 commit comments