Yesterday we update 6bin on a sensor and we accidentally did it over 3G. The reinstall of 6bin twice consumed 10Mo of data.
We need to optimise this:
- use of npm 3+ for flat dependencies
- does npm compresses the modules before sending them over the air ?
- should we use git to send only the diffs we need ?