Stable run with tailwind
This commit is contained in:
@@ -11,6 +11,11 @@
|
||||
<BlazorDisableThrowNavigationException>true</BlazorDisableThrowNavigationException>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- Tailwind compile target -->
|
||||
<Target Name="BuildTailwind" BeforeTargets="Build">
|
||||
<Exec Command="yarn tailwindcss -i ./Styles/app.css -o ./wwwroot/app.min.css" />
|
||||
</Target>
|
||||
|
||||
<!-- file nesting -->
|
||||
<ItemGroup>
|
||||
<ProjectCapability Include="ConfigurableFileNesting" />
|
||||
|
||||
Reference in New Issue
Block a user