matthiasmullie / minify

CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.
https://matthiasmullie.github.io/minify/
MIT License
1.96k stars 310 forks source link

Latest release broke our minified JS result #393

Closed mschering closed 2 years ago

mschering commented 2 years ago

The latest release 1.3.67 produced syntax errors in the result. The file that was involved can be found here:

https://github.com/Intermesh/groupoffice/blob/5b001ff17d6b9921c1fe5e417fc3050b1d63ac4a/www/go/modules/community/notes/views/extjs3/Decrypt.js

I hope you can fix this!