SquishIt 1.0.0
See the version list below for details.
dotnet add package SquishIt --version 1.0.0
NuGet\Install-Package SquishIt -Version 1.0.0
<PackageReference Include="SquishIt" Version="1.0.0" />
paket add SquishIt --version 1.0.0
#r "nuget: SquishIt, 1.0.0"
// Install SquishIt as a Cake Addin #addin nuget:?package=SquishIt&version=1.0.0 // Install SquishIt as a Cake Tool #tool nuget:?package=SquishIt&version=1.0.0
SquishIt lets you easily compress and combine JavaScript and CSS.
Learn more about Target Frameworks and .NET Standard.
-
- SquishIt.AspNet (>= 1.0.0)
- SquishIt.Framework (>= 1.0.0)
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.NSass
Adds SCSS processing capability to SquishIt. Can compile .scss files using the NSass wrapper around the libsass C library. Use this package if you require faster or more up to date SCSS support and don't need to support the legacy SASS file extension. |
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 | 88,198 | 5/18/2020 |
1.0.3 | 58,393 | 11/22/2019 |
1.0.1 | 12,479 | 8/22/2019 |
1.0.0 | 151,849 | 10/15/2017 |
0.9.9 | 178,177 | 1/8/2017 |
0.9.8.2 | 89,432 | 1/6/2016 |
0.9.8 | 75,920 | 5/28/2015 |
0.9.7 | 69,826 | 12/24/2014 |
0.9.6.1 | 53,153 | 10/2/2014 |
0.9.6 | 7,337 | 9/1/2014 |
0.9.5.4 | 22,014 | 5/29/2014 |
0.9.5.1 | 8,351 | 4/15/2014 |
0.9.5 | 32,907 | 1/25/2014 |
0.9.3 | 68,041 | 7/22/2013 |
0.9.2 | 72,713 | 1/31/2013 |
0.9.1 | 24,904 | 10/16/2012 |
0.9.0 | 8,831 | 10/5/2012 |
0.8.7.2 | 17,608 | 8/17/2012 |
0.8.7.1 | 6,741 | 7/12/2012 |
0.8.7 | 9,551 | 6/7/2012 |
0.8.6 | 32,952 | 2/23/2012 |
0.8.5 | 4,359 | 1/22/2012 |
0.8.4 | 2,114 | 1/17/2012 |
0.8.3 | 2,405 | 1/11/2012 |
0.8.2 | 17,104 | 11/23/2011 |
0.8.1 | 2,584 | 11/8/2011 |
0.8.0 | 2,059 | 10/27/2011 |
0.7.1 | 58,503 | 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.