iamdanfox / ghupdate

Update GitHub pages with wysiwyg and no git commands
https://iamdanfox.github.io/ghupdate
5 stars 1 forks source link

Make bundle.js smaller #12

Closed iamdanfox closed 9 years ago

iamdanfox commented 9 years ago

start by getting rid of moment.js and spinkit

iamdanfox commented 9 years ago

Got rid of moment.js - chopped ~600kb off bundle.js

iamdanfox commented 9 years ago

webpack -p produced a 237 KB bundle, compressing with zopfli:

$ zopfli -c --i50 --deflate bundle.js | wc -c
65550

65 KB on the wire is not too shabby.