Best bet is definitely going to be to find an offline whitespace minifier. There should definitely be one around.
As I said in the other thread, acorn (a parser) is already in the Web IDE, and there should really be a simple minifier that uses that (although I can't find one). It wouldn't take long to write one but it just seems like someone must have done it!
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Best bet is definitely going to be to find an offline whitespace minifier. There should definitely be one around.
As I said in the other thread,
acorn
(a parser) is already in the Web IDE, and there should really be a simple minifier that uses that (although I can't find one). It wouldn't take long to write one but it just seems like someone must have done it!