NodeAssets.AspNet
3.0.4
dotnet add package NodeAssets.AspNet --version 3.0.4
NuGet\Install-Package NodeAssets.AspNet -Version 3.0.4
<PackageReference Include="NodeAssets.AspNet" Version="3.0.4" />
paket add NodeAssets.AspNet --version 3.0.4
#r "nuget: NodeAssets.AspNet, 3.0.4"
// Install NodeAssets.AspNet as a Cake Addin #addin nuget:?package=NodeAssets.AspNet&version=3.0.4 // Install NodeAssets.AspNet as a Cake Tool #tool nuget:?package=NodeAssets.AspNet&version=3.0.4
The Asp.Net component of node assests, provides a complete assest manager solution including compilation from coffee/styles, minification, combination, compression, and also a refresh-on-change css live updater
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Microsoft.AspNet.SignalR.SystemWeb (>= 2.2.0)
- NodeAssets.Core (>= 3.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.4 | 32,483 | 5/25/2016 |
3.0.2 | 1,214 | 5/23/2016 |
2.0.3 | 2,192 | 7/1/2014 |
2.0.2 | 1,410 | 3/28/2014 |
2.0.1 | 1,284 | 1/21/2014 |
2.0.0 | 1,319 | 10/31/2013 |
1.0.0 | 1,473 | 2/18/2013 |
0.0.10-pre | 1,104 | 2/1/2013 |
0.0.9 | 1,774 | 12/1/2012 |
0.0.8.2 | 1,543 | 9/26/2012 |
0.0.8.1 | 1,471 | 7/6/2012 |
0.0.8 | 1,424 | 7/6/2012 |
0.0.7 | 1,426 | 6/26/2012 |
0.0.6 | 1,433 | 6/26/2012 |
0.0.5 | 1,445 | 6/15/2012 |
0.0.4 | 1,456 | 5/26/2012 |
0.0.3 | 1,471 | 4/26/2012 |
0.0.2 | 1,471 | 4/24/2012 |
0.0.1 | 1,530 | 4/19/2012 |
v3 of NodeAssets:
- memory cache all assets (unless LiveCss is enabled)
- properly implement ETag and LastModified semantics
- simplified interface for configuration so only fluent methods exposed
- Added new 'CdnBasePath' option in configuration where you can specify an alternative base path for CDN purposes
- Added new 'EnableCORSForJS' options in configuration where you can enable CORS for JS, so you can catch better errors on CDNs etc
- BUG FIX: check to see if live css element exists before setting attr (prevent null exceptions in js)