SquishIt 1.0.4
dotnet add package SquishIt --version 1.0.4
NuGet\Install-Package SquishIt -Version 1.0.4
<PackageReference Include="SquishIt" Version="1.0.4" />
paket add SquishIt --version 1.0.4
#r "nuget: SquishIt, 1.0.4"
// Install SquishIt as a Cake Addin
#addin nuget:?package=SquishIt&version=1.0.4
// Install SquishIt as a Cake Tool
#tool nuget:?package=SquishIt&version=1.0.4
SquishIt lets you easily compress and combine JavaScript and CSS.
Learn more about Target Frameworks and .NET Standard.
-
- SquishIt.AspNet (>= 1.0.4)
- SquishIt.Framework (>= 1.0.4)
NuGet packages (17)
Showing the top 5 NuGet packages that depend on SquishIt:
Package | Downloads |
---|---|
SquishIt.Mvc
ASP.NET MVC Extensions for SquishIt |
|
SquishIt.Less
Adds LESS processing capability to SquishIt. |
|
BrickPile
BrickPile is a lightweight CMS built on RavenDB and ASP.NET MVC 5 |
|
SquishIt.Sass
Adds Sass processing capability to SquishIt. Can compile .sass and .scss files. SASS / SCSS compilation is performed by libsass-net, a .net wrapper around the libsass engine. |
|
SquishIt.CoffeeScript
Adds CoffeeScript processing capability to SquishIt. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on SquishIt:
Repository | Stars |
---|---|
JabbR/JabbR
Collaborative chat done right
|
|
ChrisFulstow/NBlog
A lightweight blog engine built with ASP.NET MVC 3, Razor, jQuery and C#.
|
Version | Downloads | Last updated |
---|---|---|
1.0.4 | 41,606 | 5/18/2020 |
1.0.3 | 22,190 | 11/22/2019 |
1.0.1 | 10,591 | 8/22/2019 |
1.0.0 | 116,990 | 10/15/2017 |
0.9.9 | 121,380 | 1/8/2017 |
0.9.8.2 | 71,564 | 1/6/2016 |
0.9.8 | 67,523 | 5/28/2015 |
0.9.7 | 57,253 | 12/24/2014 |
0.9.6.1 | 45,116 | 10/2/2014 |
0.9.6 | 6,351 | 9/1/2014 |
0.9.5.4 | 17,859 | 5/29/2014 |
0.9.5.1 | 6,591 | 4/15/2014 |
0.9.5 | 29,893 | 1/25/2014 |
0.9.3 | 53,768 | 7/22/2013 |
0.9.2 | 61,927 | 1/31/2013 |
0.9.1 | 19,899 | 10/16/2012 |
0.9.0 | 7,505 | 10/5/2012 |
0.8.7.2 | 16,920 | 8/17/2012 |
0.8.7.1 | 6,359 | 7/12/2012 |
0.8.7 | 8,261 | 6/7/2012 |
0.8.6 | 27,220 | 2/23/2012 |
0.8.5 | 3,767 | 1/22/2012 |
0.8.4 | 1,744 | 1/17/2012 |
0.8.3 | 2,006 | 1/11/2012 |
0.8.2 | 13,042 | 11/23/2011 |
0.8.1 | 2,060 | 11/8/2011 |
0.8.0 | 1,791 | 10/27/2011 |
0.7.1 | 24,647 | 11/7/2011 |
If you are upgrading from SquishIt 0.8.x (and earlier) releases this update breaks support for less and coffeescript file processing. If you use either of these facilities, please install SquishIt.Less or SquishIt.CoffeeScript to enable correct preprocessing of your files.
If you are upgrading from SquishIt 0.9.8.2 and earlier this update will bring a new version of the AjaxMin and YUICompressor.NET libraries with it, along with a new dependency on WebActivatorEX.
In SquishIt 1.0 this will become a legacy package. The library has been split into two - one containing the processing logic and the other containing ASP.net specific implementation. This will eliminate dependency on System.Web for users on Nancy and other platforms. In version 1.1 this package will be deprecated. For the ASP.net functionality that SquishIt traditionally provided the package SquishIt.AspNet can be installed - it will bring the framework with it.
There is also a new configuration API coming with the package split. Behavior modification and preprocessor registration can be achieved by calling SquishIt.Framework.Configuration.Apply with an Action that modifies the global configuration. The SquishIt.AspNet library will automatically register itself via PreApplicationStart method, as will all the preprocessors maintained as part of the SquishIt codebase.