Skip to content

This fork is for use with my employer’s company framework. Old interfaces have been re-added to allow it to be dropped into existing projects without modifying the framework. Also some custom behavior was added based on a previous fork of SquishIt.

License

Notifications You must be signed in to change notification settings

TJBach/SquishIt

 
 

Repository files navigation

##About SquishIt

SquishIt is an asset optimization library for .net web applications. It handles combining and minifying css and javascript assets through creation of bundles. There are currently extensions available that allow use of .less, coffeescript, SASS/SCSS and Hogan templates through SquishIt's preprocessor pipeline. There is also an extension that writes your combined files to Amazon S3 that can serve as a template for integrating with the CDN of your choosing.

For medium trust environments there is an option to build and cache bundles in-memory so that you don't need write permission in the application's working directory. An example of setting this up for an ASP.net MVC project can be found here. For a WebForms project the asset controller would just be replaced with an HTTP handler.

##Installation

Until we set up a new download site (github recently removed the downloads section, though you can still access it for old versions) you will need to build from source or install via NuGet.

##Thanks

The build is generously hosted and run on the CodeBetter TeamCity infrastructure.

Latest build status: status

We also get great tooling support from the kind folks at JetBrains

About

This fork is for use with my employer’s company framework. Old interfaces have been re-added to allow it to be dropped into existing projects without modifying the framework. Also some custom behavior was added based on a previous fork of SquishIt.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 42.4%
  • C# 31.0%
  • JavaScript 26.4%
  • Other 0.2%