Skip to content
New issue

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

Not refreshing when specifying Elm file in folder. Only watches /src folder for changes. #250

Open
Laurensdc opened this issue Feb 26, 2021 · 1 comment

Comments

@Laurensdc
Copy link

No description provided.

@ethagnawl
Copy link

I think I'm seeing the same issue, so I'll add some color.

The docs say, "We also watch all *.elm files in the current directory and its subdirectories. Whenever you change, add or remove one of them, we’ll rebuild your program and reload the page." However, if I have Main.elm in the directory in which elm-live is being run, changes to Main.elm do not cause the app to be rebuilt/reloaded. However, modifying files in the src directory (which is created by elm-live, AFAICT) do cause the app to be rebuilt/reloaded. For example, touch src/nope.elm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants