MikeMcl / decimal.js

An arbitrary-precision Decimal type for JavaScript
http://mikemcl.github.io/decimal.js
MIT License
6.45k stars 475 forks source link

what happened to decimal.min.js ? #182

Closed divinity76 closed 2 years ago

MikeMcl commented 3 years ago

I got rid.

Apologies for any inconvenience caused.

dmitry-weirdo commented 3 years ago

There is no decimal.min.js in 10.3.1. It was there in 10.2.1. Could we add a minified version to the new jar versions as well?

MikeMcl commented 3 years ago

What new jar versions?

A minified version can be downloaded from a content delivery network such as cdnjs

https://cdnjs.cloudflare.com/ajax/libs/decimal.js/10.3.1/decimal.min.js 

Alternatively, the README gives some simple examples of how to do it yourself.

I no longer want to have the responsibility and maintenance burden of providing minified versions myself, particularly when I cannot be 100% sure the minification has been performed correctly.

dmitry-weirdo commented 3 years ago

The webjars, see https://mvnrepository.com/artifact/org.webjars.npm/decimal.js.

divinity76 commented 2 years ago

A minified version can be downloaded from a content delivery network such as cdnjs https://cdnjs.cloudflare.com/ajax/libs/decimal.js/10.3.1/decimal.min.js

good enough for me, closing issue.