Skip to content

Commit

Permalink
Build: Add js files to Visual Studio Fast UpToDateCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
mikes-gh committed Jan 28, 2025
1 parent eda4564 commit 205e70d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MudBlazor.JSCompiler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>MudBlazor.JSCompiler</PackageId>
<Version>1.0.16</Version>
<Version>1.0.17</Version>
<Authors>mikes-gh</Authors>
<Description>MudBlazor JS Compiler Library</Description>
<PackageDescription>MudBlazor JS Compiler Library</PackageDescription>
Expand Down
4 changes: 4 additions & 0 deletions build/MudBlazor.JSCompiler.targets
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<Project>

<ItemGroup>
<UpToDateCheckInput Include="**/*.js" />
</ItemGroup>

<UsingTask TaskName="MudBlazor.JSCompiler.CompileJS" AssemblyFile="$(JSCompilerTasksAssembly)" />

Expand Down

0 comments on commit 205e70d

Please sign in to comment.