mtth / avsc

Avro for JavaScript :zap:
MIT License
1.27k stars 147 forks source link

What's the dist folder used for? #426

Open valadaptive opened 1 year ago

valadaptive commented 1 year ago

Currently, there's a dist npm script which generates a bunch of browser distributions into the dist folder. However, these builds don't appear to be referenced anywhere--the browser field in package.json doesn't include any files from the dist folder, and the dist folder isn't included in the version distributed to npm.

mtth commented 1 year ago

It was used originally to generate standalone library bundles which could be downloaded from GitHub. This isn't used anymore so likely safe to delete (done in #428).