NodeAssets.Core 3.0.2

dotnet add package NodeAssets.Core --version 3.0.2
NuGet\Install-Package NodeAssets.Core -Version 3.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NodeAssets.Core" Version="3.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NodeAssets.Core --version 3.0.2
#r "nuget: NodeAssets.Core, 3.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NodeAssets.Core as a Cake Addin
#addin nuget:?package=NodeAssets.Core&version=3.0.2

// Install NodeAssets.Core as a Cake Tool
#tool nuget:?package=NodeAssets.Core&version=3.0.2

The Core lib that handles watching your files.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on NodeAssets.Core:

Package Downloads
NodeAssets.AspNet

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

NodeAssets.Compilers.Node

Node based compilers of all sorts for Node Assets

NodeAssets.Compilers.Sass

.NET based minification compilers for scss based on the NSass/libsass projects

NodeAssets.Compilers.Minify

.NET based minification compilers for js/css based on the YUI compiler for Node Assets

NodeAssets.Compilers.CoffeeSharp

.NET based coffeescript compiler based on CoffeeSharp for Node Assets

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.2 32,718 5/23/2016
2.0.2 2,207 11/6/2014
2.0.1 1,457 1/21/2014
2.0.0 3,323 10/31/2013
0.0.9 2,873 12/1/2012
0.0.8.1 1,449 9/27/2012
0.0.8 1,414 7/14/2012
0.0.7.1 1,353 7/6/2012
0.0.7 1,955 7/6/2012
0.0.6 1,908 6/15/2012
0.0.5 1,655 5/26/2012
0.0.4 1,400 5/3/2012
0.0.3 1,603 4/26/2012
0.0.2 1,596 4/24/2012
0.0.1 1,657 4/19/2012

v3 of NodeAssets:
- async/await implemented correctly
- changed compiler interface to allow for included files, these will be watched if watching is enabled
- added specific compiler exception
- added 'OnCompilerError' on compiler configuration so can hook into compiler errors
- added 'OnCompileMeasure' on compiler configuration so can see the time it takes to compile files
- simplified configuration interfaces by hiding all the non-fluent get calls