File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 25
25
<NoWarn >1591</NoWarn >
26
26
</PropertyGroup >
27
27
28
+ <PropertyGroup >
29
+ <TAILWINDCSS_PATH >/usr/local/bin/tailwindcss</TAILWINDCSS_PATH >
30
+ </PropertyGroup >
31
+
28
32
<PropertyGroup Condition =" '$(GITHUB_ACTIONS)' == 'true'" >
29
33
<ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
30
34
</PropertyGroup >
53
57
54
58
<Target Name =" ProcessScopedCssFileWithTailwind" >
55
59
<Message Importance =" high" Text =" Processing Scoped CSS with Tailwind: $(CurrentScopedCssFile)" />
56
- <Exec Command =" tailwindcss -i $(CurrentScopedCssFile) -o $(CurrentScopedCssFile)" WorkingDirectory =" $(MSBuildProjectDirectory)" />
60
+ <Exec Command =" $(TAILWINDCSS_PATH) -i $(CurrentScopedCssFile) -o $(CurrentScopedCssFile)" WorkingDirectory =" $(MSBuildProjectDirectory)" />
57
61
</Target >
58
62
59
63
<Target Name =" PostBuild" AfterTargets =" PostBuildEvent" Condition =" '$(Configuration)'=='Release'" >
You can’t perform that action at this time.
0 commit comments