any good JavaScript code Cruncher / Compressor?

Monkey Archive Forums/Monkey Discussion/any good JavaScript code Cruncher / Compressor?

Salmakis(Posted 2016) [#1]
Anyone got a good one?

I would like to compress my Monkey output main.js, since the plattform where im developing at currently (knuddels.de a german chatt plattform) is limited to an amount how big .html and .js should be, and im about to get over those boundaries.

I tried some, but the output was not executable then afterwards :(

so anyone know a good .js compressor / code cruncher that works with monkeys main.js


Danilo(Posted 2016) [#2]
- UglifyJS (Try UglifyJS2 online)
- Google Closure Compiler (Try online)


Salmakis(Posted 2016) [#3]
thankies, that one seems to work