/elm-debug-error-ssscce

A SSCCE repo to show when elm make with --debug fails

Primary LanguageHTML

Elm SSCCE

To have --debug fail:

$ elm make src/Main.elm --debug

To get --debug to work again:

$ cp -r ~/.elm/0.19.0/package/Bractlet/elm-plot/1.0.1/src/* src/
$ cp elm-working.json elm.json
$ elm make src/Main.elm --debug