Strip comments and collapse whitespace in CSS or JavaScript without touching string, regex, or template-literal content.
This is a basic minifier: it strips comments and collapses whitespace/punctuation spacing while leaving quoted string content untouched. It won't shorten values or merge rules.