Skip to content

Commit

Permalink
Update XtermBlazor.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
BattlefieldDuck committed Sep 17, 2024
1 parent d8b0e6d commit 3c6d967
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion XtermBlazor/XtermBlazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Description>Brings xterm.js to Blazor</Description>
<PackageIcon>icon.png</PackageIcon>
<Version>2.1.1</Version>
<Version>2.1.2</Version>
<PackageTags>
xterm, xterm-js, blazor, blazor-server, blazor-webassembly, blazor-wasm,
xtermblazor
Expand Down Expand Up @@ -76,6 +76,12 @@
<Exec Command="npm run build" WorkingDirectory="src" Condition="$(Configuration) == 'Debug'" />
</Target>

<Target Name="NpmClean" BeforeTargets="Clean">
<Message Text="Cleaning Built Files" />
<Delete Files="@(CompiledWebpackFiles)" />
<RemoveDir Directories="$(ProjectDir)src\node_modules" />
</Target>

<ItemGroup>
<Content Update="src\**">
<Pack>False</Pack>
Expand All @@ -96,6 +102,7 @@
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<Folder Include="wwwroot\" />
</ItemGroup>

</Project>

0 comments on commit 3c6d967

Please sign in to comment.