Minification is off by default for code in the Web IDE's editor pane. It's the default for modules, but about the only time that'll ever have any effect is when someone does require("http://..../X.js") - which I think is quite rare.
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.
Minification is off by default for code in the Web IDE's editor pane. It's the default for modules, but about the only time that'll ever have any effect is when someone does
require("http://..../X.js")
- which I think is quite rare.