You gave me an idea. At the moment I'm running webpack --watch in one terminal and espruino --watch in another. I could write a simple webpack plugin to run espruino CLI (or integrate with the lib) after each build and push the result to the device.
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.
You gave me an idea. At the moment I'm running
webpack --watch
in one terminal andespruino --watch
in another. I could write a simple webpack plugin to run espruino CLI (or integrate with the lib) after each build and push the result to the device.