jetheredge / SquishIt

Lets you *easily* bundle some css and javascript! Check out the Google group if you have questions!

Home Page:http://groups.google.com/group/squishit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

SquishIt comes as a NuGet package and can be installed via PM> Install-Package SquishIt.

Latest stable package: nuget version.

You can also download precompiled binaries from the SquishIt AppHarbor page.

Building from source

You will need to have Visual Studio and 7-Zip installed.

  1. Open Visual Studio Command Prompt
  2. cd \path\to\SquishIt\tools
  3. If necessary, add 7z.exe to your path: set PATH=%PATH%;C:\Program Files\7-Zip\
  4. Run build-package version-id (version-id can be anything you like.)

If all went well, you should have a package called tools/SquishIt-version-id.zip.

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

Lets you *easily* bundle some css and javascript! Check out the Google group if you have questions!

http://groups.google.com/group/squishit

License:MIT License


Languages

Language:HTML 62.1%Language:C# 19.6%Language:JavaScript 15.6%Language:CSS 1.2%Language:ASP 0.8%Language:PHP 0.5%Language:Java 0.1%Language:Batchfile 0.0%Language:CoffeeScript 0.0%Language:Shell 0.0%