UTILVA
REGISTRY / §04
REGISTRY
/
§04 · DEVELOPER TOOLS
/
CODE MINIFIER
⌘
K
CONSOLE
All utilities
↗
§04/21
·
DEVELOPER TOOLS
Code Minifier
Strip whitespace, shorten identifiers, drop dead branches. Sourcemaps optional.
HTML · CSS · JS
HTML
CSS
JS
SOURCE
<!doctype html> <html> <body> <!-- header --> <h1> Utilva </h1> <p>All your utilities. One console.</p> </body> </html>
MINIFIED
STRIP COMMENTS
COLLAPSE WHITESPACE
SOURCE
0 B
MINIFIED
0 B
SAVINGS
0 %
COPY
DOWNLOAD