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 |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
-
- 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 | 31,463 | 5/25/2016 |
3.0.2 | 993 | 5/23/2016 |
2.0.3 | 1,937 | 7/1/2014 |
2.0.2 | 1,177 | 3/28/2014 |
2.0.1 | 1,031 | 1/21/2014 |
2.0.0 | 1,082 | 10/31/2013 |
1.0.0 | 1,238 | 2/18/2013 |
0.0.10-pre | 960 | 2/1/2013 |
0.0.9 | 1,531 | 12/1/2012 |
0.0.8.2 | 1,313 | 9/26/2012 |
0.0.8.1 | 1,237 | 7/6/2012 |
0.0.8 | 1,208 | 7/6/2012 |
0.0.7 | 1,212 | 6/26/2012 |
0.0.6 | 1,198 | 6/26/2012 |
0.0.5 | 1,218 | 6/15/2012 |
0.0.4 | 1,241 | 5/26/2012 |
0.0.3 | 1,254 | 4/26/2012 |
0.0.2 | 1,227 | 4/24/2012 |
0.0.1 | 1,284 | 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)