as I have my own pipeline to bundle and minify my app
I'm not sure IDE minification will have much effect then. The code you uploaded definitely looked like minification could help it significantly though.
splitting my app in chunks when writing it in storage is not a good idea
... for now :) At some point I think I will have to add the ability to execute code from Storage, so when that happens it'll be fine.
I'll also be extending the IDE and command-line tools to do the chunking automatically though, so that should help you out
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.
Yes - this might help :) http://www.espruino.com/Modules#from-storage
Depending on the images, they may be eating up a bunch of space. You can store those in storage and load them as needed. A bit like is done for https://github.com/espruino/BangleApps/tree/master/apps/animals
I'm not sure IDE minification will have much effect then. The code you uploaded definitely looked like minification could help it significantly though.
... for now :) At some point I think I will have to add the ability to execute code from Storage, so when that happens it'll be fine.
I'll also be extending the IDE and command-line tools to do the chunking automatically though, so that should help you out