This PR adds a npm-script to minify the JavaScript from 3MB to 250K. I first tried to use the site on a train with a bad wifi connection and it didn't load. I was also curious to see what a simple react+flux app compresses down to, so I forked. I've used minifyify so you still get source-maps on production, in case that's what you were after.
Very useful site!
This PR adds a npm-script to minify the JavaScript from 3MB to 250K. I first tried to use the site on a train with a bad wifi connection and it didn't load. I was also curious to see what a simple react+flux app compresses down to, so I forked. I've used
minifyify
so you still get source-maps on production, in case that's what you were after.npm run build
Thanks again for making this site :)