miso-tutorial-app
miso-tutorial-app copied to clipboard
Hot reload
Hi, thx for this awesome work. Is there any possibility for a live reload (recompile) on file change (*.hs)?
Yes, but you have to renew the timestamp of Main.hs to recompile the artifacts. It's because that, unlike elm-webpack-loader, the ghcjs-loader module monitors only files which are directly referred from JavaScript.
Ah good to know, okay i'll try to find a workaround then to get this done