trelliscope / trelliscopejs-lib

JavaScript viewer for Trelliscope displays
BSD 3-Clause "New" or "Revised" License
29 stars 7 forks source link

Issue with capitalization #769

Closed hafen closed 1 year ago

hafen commented 1 year ago

The following display works:

https://hafen.github.io/trelliscope-examples3/magic_trelliscopes2

While this one doesn't:

https://hafen.github.io/trelliscope-examples3/magic_trelliscopes

It's because of capitalization in the display directory name. It would be good for the second example to work.

jefferymills commented 1 year ago

Both seem to be working for me locally. Does it have to be built to see the error?

hafen commented 1 year ago

It works locally but not when served on GitHub pages.On Mar 17, 2023, at 11:28 AM, Jeff Mills @.***> wrote: Both seem to be working for me locally. Does it have to be built to see the error?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

jefferymills commented 1 year ago

Ok, there is a toLowerCase on the snakeCase method which I suspect is the issue though I can't test it locally. I will change that and then I guess you can check it when you have time.