JS Minify 1.3.4 released

JS Minify 1.3.4 released.

What’s new in the newest version:

Added option collapse variables,  collapse single-use non-constant variables.
Added option apply optimizations to binary nodes,  attempts to negate binary nodes, e.g. a = !b && !c → a=!(b||c)

Fixed a couple of minor bugs

 

Leave a Comment

Your email address will not be published. Required fields are marked *