georgemandis / konami-js

Adding the Konami Code easter egg to your projects since 2009! Compatible with gestures on smartphones and tablets as well. Compatible with all front-end frameworks and vanilla JavaScript
http://konamijs.mand.is/
MIT License
959 stars 122 forks source link

Create konami.min.js #54

Closed ghost closed 5 years ago

ghost commented 5 years ago

A minified version of konami.js

georgemandis commented 5 years ago

Thank you for your contribution @Chivi19!

With the direction that Konami 2.0 is taking I think its makes less sense to include a minified version in the repo. You can look at the 2.0 branch and view the discussions under issues. The build tools will produce a minified version in 2.0.

We can either include that minified version as part of the repo to utilize somethign like unpkg as a CDN or perhaps use jsdelivr with their auto-minimization feature. Haven’t decided yet and I’m open to feedback!