[elm-discuss] Re: Elm-reactor and static files (images & videos)

2017-04-23 Thread Arnau Orriols
FWIW, As a work around, I tried using a common http server to serve the app and > was able to have hotreloading using a file system watching library to > automatically build and reload the browser. But I lost the debugger :( > Elm-live is basically what

[elm-discuss] Re: Elm-reactor and static files (images & videos)

2017-04-23 Thread Ian Mackenzie
You should be able to use the debugger outside of elm-reactor if you compile with the --debug flag, for example elm make --debug Main.elm --output main.js You should then be able to use whatever you want to serve the HTML/JS and you'll still get the debug overlay. On Saturday, 22 April 2017

[elm-discuss] Re: Elm-reactor and static files (images & videos)

2017-04-22 Thread Fernando Martinez
Hello again! I kept investigating and found a possible fix. I just created a Pull Request here: https://github.com/elm-lang/elm-reactor/pull/228 Do let me know if I'm missing anything regarding contributions guidelines or anything like that, don't want to start contributing here overriding

[elm-discuss] Re: Elm-reactor and static files (images & videos)

2017-04-22 Thread Fernando Martinez
Hello again! I kept investigating and found a possible fix. I just created a Pull Request here: https://github.com/elm-lang/elm-reactor/pull/228 Do let me know if I'm missing anything regarding contributions guidelines or anything like that, don't want to start contributing here overriding