File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<!-- Variables -->
7
7
<TailwindCopyDefaultFiles >true</TailwindCopyDefaultFiles >
8
- <TailwindInputFile >tailwind.input.css</TailwindInputFile >
8
+ <TailwindInputFile >Tailwind/ tailwind.input.css</TailwindInputFile >
9
9
<TailwindOutputFile >$(MSBuildProjectDirectory)/wwwroot/tailwind.output.css</TailwindOutputFile >
10
10
</PropertyGroup >
11
11
</Project >
Original file line number Diff line number Diff line change 16
16
<TailwindBaseCommand >npx @tailwindcss/cli -i "$(TailwindInputFile)" -o "$(TailwindOutputFile)"</TailwindBaseCommand >
17
17
</PropertyGroup >
18
18
19
- <Message Text =" Building tailwind ($(Configuration))." Importance =" high" />
20
- <Message Text =" Input file : $(TailwindInputFile)" Importance =" high" />
21
- <Message Text =" Output file : $(TailwindOutputFile)" Importance =" high" />
22
- <Message Text =" Working Directory: $(MSBuildProjectDirectory)/Tailwind " Importance =" high" />
23
- <Message Text =" Command: $(TailwindBaseCommand)" Importance =" high" Condition =" '$(Configuration)'=='Debug'" />
24
- <Message Text =" Command: $(TailwindBaseCommand) --minify" Importance =" high" Condition =" '$(Configuration)'=='Release'" />
19
+ <Message Text =" Building tailwind ($(Configuration))." Importance =" high" />
20
+ <Message Text =" Input file : $(TailwindInputFile)" Importance =" high" />
21
+ <Message Text =" Output file : $(TailwindOutputFile)" Importance =" high" />
22
+ <Message Text =" Working Directory: $(MSBuildProjectDirectory)" Importance =" high" />
23
+ <Message Text =" Command: $(TailwindBaseCommand)" Importance =" high" Condition =" '$(Configuration)'=='Debug'" />
24
+ <Message Text =" Command: $(TailwindBaseCommand) --minify" Importance =" high" Condition =" '$(Configuration)'=='Release'" />
25
25
26
- <Exec Condition =" '$(Configuration)'=='Debug'" WorkingDirectory =" $(MSBuildProjectDirectory)/Tailwind " Command =" $(TailwindBaseCommand)" />
27
- <Exec Condition =" '$(Configuration)'=='Release'" WorkingDirectory =" $(MSBuildProjectDirectory)/Tailwind " Command =" $(TailwindBaseCommand) --minify" />
26
+ <Exec Condition =" '$(Configuration)'=='Debug'" WorkingDirectory =" $(MSBuildProjectDirectory)" Command =" $(TailwindBaseCommand)" />
27
+ <Exec Condition =" '$(Configuration)'=='Release'" WorkingDirectory =" $(MSBuildProjectDirectory)" Command =" $(TailwindBaseCommand) --minify" />
28
28
</Target >
29
29
</Project >
Original file line number Diff line number Diff line change 11
11
</PropertyGroup >
12
12
13
13
<PropertyGroup >
14
- <Version >2.0.4 </Version >
14
+ <Version >2.0.5 </Version >
15
15
<Title >mvdmio.Tailwind.NET</Title >
16
16
<Description >Adds Tailwind to your .NET project using the Standalone CLI.</Description >
17
17
<Company >mvdmio</Company >
You can’t perform that action at this time.
0 commit comments