elm-pages
elm-pages copied to clipboard
DeadCodeEliminateData errors cached in elm-stuff
I added some files to the app
directory which elm-review
flagged that they should not be there (should have added them in src
).
However after removing these files and running elm-pages build
the elm-review errors were still there.
Deleting elm-stuff
and running elm-pages build
again fixed the errors.