Cruncher 3.0.2

dotnet add package Cruncher --version 3.0.2
NuGet\Install-Package Cruncher -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="Cruncher" Version="3.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cruncher --version 3.0.2
#r "nuget: Cruncher, 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 Cruncher as a Cake Addin
#addin nuget:?package=Cruncher&version=3.0.2

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

Cruncher makes optimizing your resources easy. It can bundle unlimited combinations of remote and local CSS, Less, Sass, JavaScript, and CoffeeScript files.

Combining them, minifying them, and caching them in the browser, Cruncher can handle nested css @import statements, re-maps relative resource urls and has a self cleaning cache should any changes be made to any of the referenced files.
It can also parse CSS and add vendor prefixes to rules by Can I Use using AutoPrefixer.

Requires 64 bit functionality due to the Sass compiler dependency. If using IIS Express ensure you are running in 64 it mode.

Tools > Options > Projects and Solutions > Web Projects > Use the 64 bit version of IIS Express…

If you use Cruncher please get in touch on my twitter @james_m_south. Feedback is always welcome.

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.2 335 12/1/2014
3.0.1 73 11/30/2014
3.0.0 69 11/29/2014
2.1.0 762 5/15/2014
2.0.1 93 1/16/2014

Reducing json dependency version for greater compatibility with other projects.

Performance increase in debug mode.