mrclay / minify

Combines. minifies, and serves CSS or Javascript files
BSD 3-Clause "New" or "Revised" License
3k stars 473 forks source link

Rewrite Minify_Lines (debug mode) using JSMin algorithm #433

Open mrclay opened 9 years ago

mrclay commented 9 years ago

Originally reported on Google Code with ID 295

For this tool to be reliable, it needs to be based on a real Javascript tokenizer, like
JSMin.

I welcome code to improve Minify_Lines as long as it comes with an appropriate unit
test, otherwise I can't offer help on this.

Reported by mrclay.org on 2013-08-26 14:16:58

mrclay commented 9 years ago
Issue 279 has been merged into this issue.

Reported by mrclay.org on 2013-08-26 14:17:53