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

/* cd */ trips up minifier #414

Closed canthisbe closed 10 months ago

canthisbe commented 12 months ago

Yeah. Having cd by itself in a comment, with or without trailing whitespace, confuses it. image

matthiasmullie commented 10 months ago

That domain is no longer owned by, or has any affiliation with me/this project; this bug is not related to the minifier (which can actually minify that just fine) - this is something that's up to that domain's owner to fix.