Code minifier
Reduce the size of CSS or JavaScript.
🔒 This file is processed in your browser. It is never uploaded anywhere.
…
How it works
- Choose whether your code is CSS or JavaScript.
- Paste the code you want to shrink.
- Click "Process" and copy the minified version, without unnecessary spaces or comments.
Frequently asked questions
What is minifying code for?
It reduces file size by removing spaces, line breaks and comments, which helps your site load a bit faster.
Can I reverse the minification afterwards?
No, it's a one-way process; always keep a copy of the original, non-minified code so you can edit it later.