We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I added some files to the app directory which elm-review flagged that they should not be there (should have added them in src).
app
elm-review
src
However after removing these files and running elm-pages build the elm-review errors were still there.
elm-pages build
Deleting elm-stuff and running elm-pages build again fixed the errors.
elm-stuff
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I added some files to the
app
directory whichelm-review
flagged that they should not be there (should have added them insrc
).However after removing these files and running
elm-pages build
the elm-review errors were still there.Deleting
elm-stuff
and runningelm-pages build
again fixed the errors.The text was updated successfully, but these errors were encountered: