Skip to content

Commit 2bae2bc

Browse files
committed
add local libraries for local Razor app
1 parent 50a80ec commit 2bae2bc

9 files changed

Lines changed: 33174 additions & 1 deletion

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
*.xml
88
dist/
99
App_Data/
10-
wwwroot/
1110
node_modules/
1211
.next/
1312
.vscode/

TechStacks/TechStacks.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,8 @@
5555
<MakeDir Directories="$(PublishDir)App_Data" Condition="!Exists('$(PublishDir)App_Data')" />
5656
</Target>
5757

58+
<Target Name="tailwind" BeforeTargets="Publish">
59+
<Exec Command="npm run ui:build" WorkingDirectory="./" />
60+
</Target>
61+
5862
</Project>

0 commit comments

Comments
 (0)