Routes shouldn't be case sensitive. in helpers.js@getTreeFromPaths we can just index treeNode with the thisPath[I].toUpperCase() to consolidate, it doesn't bleed into the output at the end.
I have a PR in a fork I'll attach later if acceptable as a change.