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

Minifying backticks #415

Open corebyte opened 9 months ago

corebyte commented 9 months ago

Minify works great on JS but does not minify template strings ( ` ). How to allow it to minify these lines? Added this char to js operators.txt file but no luck.