![]() |
VOOZH | about |
dotnet add package Cruncher --version 3.1.0
NuGet\Install-Package Cruncher -Version 3.1.0
<PackageReference Include="Cruncher" Version="3.1.0" />
<PackageVersion Include="Cruncher" Version="3.1.0" />Directory.Packages.props
<PackageReference Include="Cruncher" />Project file
paket add Cruncher --version 3.1.0
#r "nuget: Cruncher, 3.1.0"
#:package Cruncher@3.1.0
#addin nuget:?package=Cruncher&version=3.1.0Install as a Cake Addin
#tool nuget:?package=Cruncher&version=3.1.0Install as a Cake Tool
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…
Also requires the Visual C++ Redistributable
https://www.microsoft.com/en-us/download/details.aspx?id=40784
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 | net45 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
Showing the top 1 NuGet packages that depend on Cruncher:
| Package | Downloads |
|---|---|
|
Cruncher.Sass
As of Cruncher 3.0.0.0 This package becomes obsolete. Cruncher makes optimising your resources easy. It can bundle unlimited combinations of remote and local CSS, LESS, SASS, SCSS, 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'll even gzip compress the output. If you use Cruncher please get in touch on my twitter @james_m_south. Feedback is always welcome. |
This package is not used by any popular GitHub repositories.
- Vastly improved startup time and cpu usage.
- Switched to MsieJsEngine as default.
- Updated all dependencies to latest.
- Internal operations are now asynchronous.