On Thursday, September 29, 2016 at 3:19:01 PM UTC+1, Magnus Rundberget wrote: > > Have you tried running `elm-make src/elm/Main.elm --output /dev/null` on > your project ? >
I did try that and noted that it fails. It succeeds during the grunt build when elm-make is invoked, because all of the .elm files are passed to it explicitly. I was not aware that directory name/structure has to exactly match the module name/structure in Elm. Is that officially required by the language or just a convention that one has to adopt to use linter-elm-make? On Thursday, September 29, 2016 at 3:31:38 PM UTC+1, halohalospecial wrote: > > Hi! I cloned https://github.com/rupertlssmith/thesett_style_lab and I > think the problem is that your directories are in lowercase (e.g. "menu" > instead of "Menu"). Can you try renaming them? > Thanks. You are right, renaming the directory to Menu instead of menu did help to find Menu.Types, but also the problems noted by Magnus above need to be sorted too. So I have quite a lot of moving and renaming to do to try and get this to work... -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
