KCarlile / guitar-diagrams-js

Open source JavaScript library for drawing guitar chords and scales on an HTML5 canvas.
https://demo.kcarlile.com/guitar-diagrams-js/
GNU General Public License v3.0
0 stars 0 forks source link

Fix packaging issues #40

Closed KCarlile closed 2 months ago

KCarlile commented 2 months ago

Background

There's a complicated issue related to deployment, references, Windows not being able to handle symlinks, etc. that is causing an issue. This ticket aims to solve that issue through package bundling and rearchitecture of the projects file structure.

Acceptance Criteria

Approach

Notes

There is some overlap with the code pushed in this issue and the code that would be pushed in #30, specifically in the code-owner-docs.md file.

KCarlile commented 2 months ago

PR: #41

KCarlile commented 2 months ago

Confirmed on Windows.