Adliance.AspNetCore.Buddy.GuiKit.BuildTasks
10.0.0.5
Prefix Reserved
dotnet add package Adliance.AspNetCore.Buddy.GuiKit.BuildTasks --version 10.0.0.5
NuGet\Install-Package Adliance.AspNetCore.Buddy.GuiKit.BuildTasks -Version 10.0.0.5
<PackageReference Include="Adliance.AspNetCore.Buddy.GuiKit.BuildTasks" Version="10.0.0.5" />
<PackageVersion Include="Adliance.AspNetCore.Buddy.GuiKit.BuildTasks" Version="10.0.0.5" />
<PackageReference Include="Adliance.AspNetCore.Buddy.GuiKit.BuildTasks" />
paket add Adliance.AspNetCore.Buddy.GuiKit.BuildTasks --version 10.0.0.5
#r "nuget: Adliance.AspNetCore.Buddy.GuiKit.BuildTasks, 10.0.0.5"
#:package Adliance.AspNetCore.Buddy.GuiKit.BuildTasks@10.0.0.5
#addin nuget:?package=Adliance.AspNetCore.Buddy.GuiKit.BuildTasks&version=10.0.0.5
#tool nuget:?package=Adliance.AspNetCore.Buddy.GuiKit.BuildTasks&version=10.0.0.5
Adliance.AspNetCore.Buddy.GuiKit.BuildTasks
The GuiKit.BuildTasks package provides MSBuild tasks for bundling and minifying CSS and JavaScript files at build time.
Features
- Bundle and minify multiple CSS files into a single output file
- Bundle and minify multiple JavaScript files into a single output file
- Integrates with
dotnet watchto trigger rebuilds on source file changes
Usage
Reference the package and declare CssBundle and/or JsBundle items in your .csproj:
<ItemGroup>
<CssBundle OutputFile="wwwroot/css/bundle.css" Include="css/reset.css" />
<CssBundle OutputFile="wwwroot/css/bundle.css" Include="css/main.css" />
</ItemGroup>
<ItemGroup>
<JsBundle OutputFile="wwwroot/js/bundle.js" Include="js/vendor.js" />
<JsBundle OutputFile="wwwroot/js/bundle.js" Include="js/app.js" />
</ItemGroup>
Files in each group are concatenated in declaration order and written to the OutputFile path. Multiple bundles with different OutputFile values can coexist in the same project.
The tasks run automatically after the Build target.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Adliance.Buddy.CodeStyle (>= 8.0.0.10)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Adliance.AspNetCore.Buddy.GuiKit.BuildTasks:
| Package | Downloads |
|---|---|
|
Adliance.AspNetCore.Buddy.GuiKit
Library of utility methods and common functionality that are useful for most Adliance projects. |
GitHub repositories
This package is not used by any popular GitHub repositories.