My proejct structure is like this:

/
- elm-pacakge.json
- /elm-stuff
- /src
 - /elm
  - lots of elm files

However, when running linter-elm-make it will say "Error, I cannot find 
module 'Log'" - perhaps a "source-directories" needs to be added to 
elm-package.json to locate it? So I try adding source directories like this:

    "source-directories": [
        "src/elm"
        ,"src/elm/log"
        ,...
    ],

But still no joy. What is the format of the source-directories? Can I do 
things like "src/elm/**"?

-- 
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.

Reply via email to