nolanlawson / pokedex.org

Offline-capable Pokédex web site (unmaintained)
https://www.pokedex.org
Apache License 2.0
2.27k stars 325 forks source link

tweak build settings, remove semver dep #61

Closed nolanlawson closed 7 years ago

nolanlawson commented 7 years ago

Removing semver as a dep drops ~5kB from the sw.js and main.js builds. The rest is just minor cleanup to the build scripts, e.g. running uglifyify and stripify as global transforms because why not.