justinmimbs / elm-module-graph

Visually explore package and module dependencies for an Elm project
https://justinmimbs.github.io/elm-module-graph
32 stars 3 forks source link

does not recognise lowercase main.elm #2

Closed mordrax closed 7 years ago

mordrax commented 7 years ago
mordrax@mordrax-desktop ~/code/cotwelm (master) $ ./elm-module-graph.py src/main.elm 
warning: source file not found for module name: Main

It looks for a Main.elm even though for some weird reason, I'm using main.elm I renamed it to Main.elm and it works fine.