Keypress
Keypress copied to clipboard
Webpack
- Replace shell scripts / closure compiler with webpack/uglifyjs (
npm run prepublish) - Run jasmine tests with karma (
npm test) - Fix package.json to point "main" to minified library as UMD, i.e. should be usable in browser and CommonJS context
- Published to npm, e.g. usable with
<script src="https://unpkg.com/@kba/[email protected]/dist/keypress.min.js"></script>
This is a great idea, but gonna hold off until I get this new version out.
Any progress on this? Need any extra hands?