thunsaker / spoon

Spoon is a simple Foursquare/Swarm check-in app for Pebble.
http://thunsaker.github.io/spoon/
18 stars 4 forks source link

Slim down js resources #80

Open thunsaker opened 8 years ago

thunsaker commented 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.

Same goes for timeline.js #68

thunsaker commented 8 years ago

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%.

thunsaker commented 8 years ago

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

thunsaker commented 8 years ago

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