Guide

Minifying JavaScript, CSS and HTML for production

Minifying isn't one operation — a JavaScript minifier, a CSS minifier and an HTML minifier are solving different problems with different amounts of risk, and "safe" only means safe with respect to what each one actually understands about the language it's minifying.