mikehadlow / gtr-cof

Interactive music theory dashboard for guitarists. http://guitardashboard.com/
MIT License
331 stars 65 forks source link

Add dev script; fix clipped title #30

Closed damassi closed 6 years ago

damassi commented 6 years ago

Simplifies the dev workflow by relying on npm dev rather than VSCode's build function. When running will

Which will detect changes to code and reload browser.

Also fixed a slight clipping of the title on the fretboard:

screen shot 2018-09-15 at 12 20 28 pm
mikehadlow commented 6 years ago

Thanks Christopher. I know it's a pain, but another PR got in before yours. Could you merge with the latest master and build so that I've got a clean merge.

Thanks for the 'dev' script change and the code cleanup too.

damassi commented 6 years ago

Done 👍

mikehadlow commented 6 years ago

That's great, thanks so much!