0joshuaolson1 / factoradic

Invertible transformations on permutation representations, including an RNG-free in-place Fisher-Yates-Knuth shuffle https://www.npmjs.com/package/factoradic
https://www.npmjs.com/package/factoradic
Apache License 2.0
0 stars 0 forks source link

Minify #11

Open 0joshuaolson1 opened 7 years ago

0joshuaolson1 commented 7 years ago

~Note that jsdelivr tries to use a bad minifier for you. I don't know if creating a index.min.js would change that.~ (EDIT: jsDelivr upgraded UglifyJS and may be nice now; index.min.js is still a good idea)

Should test.js be the one to test the minified version as well?

~wzrd.in started trying to minify from 1.1.0 onward. Naturally it doesn't know about alternative loop strategies and stuff that shortens the code further.~ (EDIT: They don't respond to open issues well.)