Provide minified files for old versions
Closed this issue · 7 comments
Hi @nicolewhite ,
I'm a member of cdnjs. Because we usually host all versions of the library, is it possible to provide the minified files for old versions? I can just grab the latest version(v0.2.6) from http://algebra.js.org/.
BTW, is it possible to put the minified files on GitHub repo or publish on NPM for the future update, because the auto-updater in cdnjs will update libraries automatically from GitHub or NPM.
Thank you.
Hey, the latest stable release is kept at: https://github.com/nicolewhite/algebra.js/tree/gh-pages/javascripts
Is that sufficient?
I'll have to go through my tags to generate all the minified files of older versions. Will get to that in the next few days.
Also ya I publish to npm, it's at https://www.npmjs.com/package/algebra.js
@nicolewhite Okay, thanks for your help. 😄 Waiting for the minified files of old versions. Please notify me if done. Many thanks. 🎉
Is having this package on npm sufficient? All past versions are accessible through npm.
@nicolewhite The old versions are accessible on NPM, but it still need to be manually bundled to work on the browser. It will be good if bundled algebra.js
and algebra.min.js
can be directly published on NPM and the auto-updater can automatically update for the lib through NPM.
Thanks.
@nicolewhite Any update about publish bundled algebra.js
and algebra.min.js
on NPM? Thanks.
@pvnr0082t I put them here...
https://github.com/nicolewhite/algebra.js/tree/master/build
I am not sure how to put them on npm retroactively. Do you have some documentation on this perhaps? Some initial searches aren't very helpful.