Project Description This is a .NET port of the Yahoo! UI Library's YUI Compressor Java project. The objective of this project is to compress any Javascript and Cascading Style Sheets to an efficient level that works exactly as the original source, before it was minified.
Main Features
* Stock YUI Css compression.
* Stock YUI JavaScript compression.
* Visual Studio post-build event intergration! :) (with detailed instructions here and the download section has a sample solution showing this)
* MsBuild task which can be used in a Web Deployment Project build. (The download section has a sample solution showing this)
* The MsBuild task also compiles all compressed files into a single destination file (aka. file combining).
* Can now handle Encoding Types (eg. Unicode) from v1.2.2.0 onwards and ThreadCulture from v1.3.0.0 onwards.
* Can handle wildcards (eg. *.js), because it uses MSBuild as the core engine :)
No comments yet, be the first one to post comment.