Cruncher 3.0.2
dotnet add package Cruncher --version 3.0.2
NuGet\Install-Package Cruncher -Version 3.0.2
<PackageReference Include="Cruncher" Version="3.0.2" />
paket add Cruncher --version 3.0.2
#r "nuget: Cruncher, 3.0.2"
// 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 | 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. |
-
- AjaxMin (>= 5.12.5436.22734)
- dotless (>= 1.4.1)
- JavaScriptEngineSwitcher.Jint (>= 1.2.1)
- libsassnet.x64 (>= 3.0.1.1)
- Newtonsoft.Json (>= 4.5.11)
GitHub repositories
This package is not used by any popular GitHub repositories.
Reducing json dependency version for greater compatibility with other projects.
Performance increase in debug mode.