mikemaccana / outdated-browser-rework

Detects outdated browsers and advises users to upgrade to a new version. Handles mobile devices!
MIT License
226 stars 63 forks source link

Actually minifies the .min.js file in dist #31

Closed rienheuver closed 6 years ago

rienheuver commented 6 years ago

I found out that my last pull request made a standalone version, but didn't actually minify/uglify the file, so I added that this time.

akkie commented 6 years ago

@rienheuver Is there a change to get this merged and to build a minified dist?

rienheuver commented 6 years ago

To build this you can just run 'npm build', so that satisfies your needs @akkie?

mikemaccana commented 6 years ago

Published 2.4.2.

Sometimes I need a poke to actually merge things 😀