EN
JavaScript - minify js files with Google Closure Compiler Service (online)
0
points
In this short article, we would like to show how to use Google Closure Compiler Service
to compile js files to minified versions (*.min.js
) online.
Note: Windows compiler version is available here.
Simple usage:
- Go to: https://closure-compiler.appspot.com
- Enter the data you want to minify - it could be a code or a website address:
- After clicking Compile, you will get the output code and the result of how much the code has been compressed.