During development I tend to repeatedly upload the same file again and again. So in the IDE I click on the disk icon, select upload file, browse to the source directory and select the file. I also found it saves time if you just call the source file the same as it will be when it is deployed through the App Loader. So instead of something generic like app.js, which will have to be renamed before upload, use myappid.app.js. Its is useful not to have the code mimified during development as you can recover a file you accidently delete in your sourec tree by downloading it from the bangle.
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.
During development I tend to repeatedly upload the same file again and again. So in the IDE I click on the disk icon, select upload file, browse to the source directory and select the file. I also found it saves time if you just call the source file the same as it will be when it is deployed through the App Loader. So instead of something generic like app.js, which will have to be renamed before upload, use myappid.app.js. Its is useful not to have the code mimified during development as you can recover a file you accidently delete in your sourec tree by downloading it from the bangle.