Info
Version: | 3.1.0 |
Author(s): | James South |
Last Update: | Tuesday, September 1, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/JimBobSquarePants/Cruncher |
NuGet Url: | https://www.nuget.org/packages/Cruncher |
Install
Install-Package Cruncher
dotnet add package Cruncher
paket add Cruncher
Cruncher Download (Unzip the "nupkg" after downloading)
Dependencies
- AjaxMin(5.14.5506.26202)
- dotless(1.5.1)
- JavaScriptEngineSwitcher.Msie(1.2.11)
- libsassnet.x64(3.2.5.1)
- Newtonsoft.Json(4.5.11)
Tags
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
http://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.