Open thunsaker opened 8 years ago
Minify all the things!
When I pulled in moment.js #48 it added a bit of bloat, I'm only using one small part of the library, I may be able to pare it down to the bare minimum.
moment.js
Same goes for timeline.js #68
timeline.js
PBW size as of v3.0 221kb, which is an increase of ~173% from 81kb as of v2.2.
Just minifying the 2 aforementioned files drops the PBW down to 138kb saving ~38%.
PBW size as of 3.1: 205kb :arrow_down: from v3.0: 221kb
I did drop Aplite, so that may account for some of the slimming...
Moving pebble-localize to a package in #84 had no effect on size, still sitting at 205kb
pebble-localize
PBW size as of 3.2: 238kb ⬆️ from 3.1: 205kb
Added new icon, removed some debug code. Added support for Diorite and build with SDK4. See #91
Minify all the things!
When I pulled in
moment.js
#48 it added a bit of bloat, I'm only using one small part of the library, I may be able to pare it down to the bare minimum.Same goes for
timeline.js
#68moment.js
moment.js
timeline.js
timeline.js