Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

Commit

Permalink
Merge pull request #27 from JamesSkemp/patch-1
Browse files Browse the repository at this point in the history
Fix headings in README
  • Loading branch information
freeranger committed Mar 29, 2017
2 parents 412361b + 948cfa2 commit 569858c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
##Project Description
## 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.

![CI Status via AppVeyor](https://ci.appveyor.com/api/projects/status/ttirf8q8kpm89a2v) ![NuGet](http://img.shields.io/nuget/dt/yuicompressor.net.svg?syle=flat-square)

##Available via NuGet
## Available via NuGet
[![NuGet Command](http://i.imgur.com/Bkfqq.png)](http://nuget.org/packages/YUICompressor.NET)

[![NuGet Command with MSBuild Task](http://i.imgur.com/aqKIj.png)](http://nuget.org/packages/YUICompressor.NET.MSBuild)
Expand All @@ -13,22 +13,22 @@ This is a .NET port of the Yahoo! UI Library's YUI Compressor Java project. The
[![NuGet Command with Web Optimization](http://i.imgur.com/kKyzt.png)](http://nuget.org/packages/YUICompressor.NET.Web.Optimization)


##Main Features
## Main Features

- Compress and/or Bundle Javascript and/or Cascading StyleSheets.
- 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
## Referenced Version
Based on YUI Compressor version: 2.4.4 (last checked at 2011-01-17).

##How close to the Java Port?
## 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
## Video Tutorials

[![Using YUI Compressor .NET (Core)](http://i.imgur.com/9KBgp.png)](http://www.youtube.com/watch?v=LzoYUsKikx0)

Expand All @@ -40,7 +40,7 @@ The only thing I haven't been able to do is get the exact same obfuscation becau



##Who's utilising this code/library?
## 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 :)

- [Nancy.BundleIt](https://github.com/donnyv/Nancy.BundleIt) by [DonnyV](https://github.com/donnyv)
Expand All @@ -58,10 +58,10 @@ If you use this code in some project, please drop us a message so we can include
- WebMarkupMin


##References
## References
YUI Compressor home page: http://developer.yahoo.com/yui/compressor/

##Thank You's!
## Thank You's!
We couldn't have made this project without the support of the following software:

[![The best C# refactoring plugin for Visual Studio](http://i.imgur.com/FyAhs.png)](http://www.jetbrains.com/resharper/features/code_refactoring.html)
Expand Down

0 comments on commit 569858c

Please sign in to comment.