On Wednesday, September 28, 2016 at 4:42:32 PM UTC+1, OvermindDL1 wrote: > > It works fine for me (also get Atom's elmjutsu plugin, made by same person > as linter-elm-make and they work wonderfully together). > > So first of all the src directory in elm-package.json should be as it > normally is in elm-package.json, the root directory of all your elm source, > mine for example is: > ```json > "source-directories": [ > "web/elm" > ], > ``` >
Do you have just one source directory with all .elm files in it? I was not that clear in describing my project structure, its actually like this: / - elm-pacakge.json - /elm-stuff - /src - /elm - /log - /accounts - /whatever That is, the .elm files are all within /src/elm but in sub-directories underneath that. I have not done the Set Main Paths part of the setup, I will try that thanks. -- 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.
