Compresses JavaScript with no side-effects: removes whitespace and comments, shortens local variable names and applies safe compression optimisations (powered by Terser).
Compresses a CSS string or file with no possible side-effect: strips comments and whitespace, removes the last semicolon, shortens colours and zero values.
Removes whitespace, comments and redundant semicolons
Shortens hex colours (#AABBCC → #ABC) and rgb() values