Live reloading not working while modifying src/Main.purs
shubhamkumar13 opened this issue · 2 comments
shubhamkumar13 commented
I tried to change the Main.purs file, specifically the "Hello Sailor!" to "Hello Sailor" but I couldn't see the change reflected on the page
ajnsit commented
You need an editor which runs the purescript build automatically. I use spacemacs which does that. If you don't have that, maybe you can run a separate watcher program.
ajnsit commented
@shubhamkumar13 I'm going to close this issue. Please feel free to reopen if needed.