hwcrypto / hwcrypto.js

Browser JavaScript library for working with hardware tokens
https://hwcrypto.github.io
MIT License
157 stars 47 forks source link

New release 0.0.11 doesn't have the minified version of script #33

Open zutnop opened 7 years ago

zutnop commented 7 years ago

Could you also build and publish the hwcrypto.min.js file?

moll commented 7 years ago

I'd say minified versions should be kept out of repositories. They often create a situation where the minified version is only updated on major releases, and with work continuing to be committed in between, people inadvertently use older versions when they were thinking they were using the latest.

zutnop commented 7 years ago

I'm not talking about keeping it in the source repo (and using it to work against the "development state").

I'm talking about publishing the minified version under the release downloads, like all the previous releases did.