You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 28, 2021. It is now read-only.
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.
1 source file -> 1 destination file (that's just compression)
Multiple source files -> 1 destination file (compression and bundling)
Multiple source files -> multiple destination files (so you're pro at this now?!)
Optional MSBuild Tasks, NAnt Tasks and MVC4 BundleTransform.
Referenced Version
Based on YUI Compressor version: 2.4.4 (last checked at 2011-01-17).
How close to the Java Port?
Pretty damn close, now :) Same unit tests (which pass).
The only thing I haven't been able to do is get the exact same obfuscation because the java code is using a hashtable instead of a sorted hashtable/dictionary. It's identical besides that (and works the same). Just visually look different but is exactly the same file size, etc.
Video Tutorials
Who's utilising this code/library?
If you use this code in some project, please drop us a message so we can include it in this list :)