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

Hot reloading on save does not work for imported components #44

Closed
madnight opened this issue Jan 13, 2017 · 2 comments
Closed

Hot reloading on save does not work for imported components #44

madnight opened this issue Jan 13, 2017 · 2 comments

Comments

@madnight
Copy link

It seems like hot auto reloading on save does not work for imported components.
So in this case it does not work for Hello.elm, but Main.elm hot reloading on save works fine.

@kldeb
Copy link

kldeb commented Jan 13, 2017

@madnight If you search through the issues this was supposed to be fixed a while ago. I had the same problem.

I added the following line to the top of Main.elm:

module Main exposing (..)

That fixed my problem.

rtfeldman/node-elm-compiler#36 (comment)

moarwick pushed a commit that referenced this issue Jan 13, 2017
@moarwick
Copy link
Contributor

Updated in 0.8.4

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

3 participants