Skip to content

Commit

Permalink
#67 - Updated the Readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed Dec 11, 2020
1 parent 13f06a9 commit 64ef1e1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,14 @@ Also optimize by compressing image PNG/JPEG (Currently Supported format) and pro
- Single file action -> PostCSS with CSSNano (Node based)
- Minify WEB Content -> YUI Compressor (Unmaintained - Java based) #46
- Copy minifed CSS -> YUI Compressor (Unmaintained - Java based) #46
#### HTML - HTML Compressor (Unmaintained - Java based) [#46](https://github.com/Chris2011/minifierbeans/issues/46)
#### XML - XML Compressor (Unmaintained - Java based) [#46](https://github.com/Chris2011/minifierbeans/issues/46)
#### HTML
- Single file action -> html-minifier-terser (Node based)
- Minify WEB Content -> htmlcompressor (Unmaintained - Java based) #46
- Copy minifed HTML -> htmlcompressor (Unmaintained - Java based) #46
#### XML
- Single file action -> Minify-XML (Node based)
- Minify WEB Content -> htmlcompressor (Unmaintained - Java based) #46
- Copy minifed XML -> htmlcompressor (Unmaintained - Java based) #46
#### JSON - Custom implementation
#### Images - PngTastic (Java based) [#46](https://github.com/Chris2011/minifierbeans/issues/46)

Expand Down

0 comments on commit 64ef1e1

Please sign in to comment.