djipco / webmidi

Tame the Web MIDI API. Send and receive MIDI messages with ease. Control instruments with user-friendly functions (playNote, sendPitchBend, etc.). React to MIDI input with simple event listeners (noteon, pitchbend, controlchange, etc.).
Apache License 2.0
1.52k stars 115 forks source link

There is no dist directory to grab the latest version from in the release archives #370

Closed takyano closed 12 months ago

takyano commented 12 months ago

Description According to the docs:

https://webmidijs.org/docs/getting-started/installation#installing-manually

I should be able to download a copy of the latest release, webmidi-3.1.6.zip or webmidi-3.1.6.tar.gz and find the dist directory if I want a static copy of any of the build types, cjs, esm or iife.

Well it ain't there.

Does #253 have anything to do with this?

Environment:

Details

djipco commented 12 months ago

Yes, this is definitely related to #253. I have updated the documentation to point to jsDelivr instead. Thanks again for reporting.