zhanjh / minify

Automatically exported from code.google.com/p/minify
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Evaluate JSMin+ to replace JSMin #104

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
http://crisp.tweakblogs.net/blog/1665/a-new-javascript-minifier-jsmin+.html

* Does it introduce errors?
* Does it maintain YUI-style comments? If not, can it be extended to?
* Is it significantly slower?

Original issue reported on code.google.com by mrclay....@gmail.com on 13 Apr 2009 at 8:48

GoogleCodeExporter commented 9 years ago
http://crisp.tweakblogs.net/blog/1856/jsmin+-version-13.html
Still waiting for JScript CC support, then I'll do some benchmarks 
(significantly 
slower than JSMin would be bad). YUI comments might be able to added with some 
caveats (can minify the content before/after the YUI comments then just combine 
them).

Original comment by mrclay....@gmail.com on 30 Jun 2009 at 4:33

GoogleCodeExporter commented 9 years ago
Not sure I can trust this being supportable at this point. With our JSMin now 
supporting "+ ++" syntax, there's not a lot of motivation to move.

Original comment by mrclay....@gmail.com on 4 Sep 2011 at 12:25