You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • You could use the command-line tools? https://www.npmjs.com/package/espruino

    Sounds like with multiple files you're probably not going to be using the IDE editor much anyway. Use your favourite editor and then use the -w command in the tools to watch the file for changes and upload when it changes.

    I believe the CLI will pull modules out of node_modules by default, but you can always make some shell script that takes your JS, does whatever is needed to it, and then uses the CLI to upload it.

About

Avatar for Gordon @Gordon started