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 18:33:29 UTC-4, Fernando Martinez wrote: > > Hello All! > I'm new to Elm and trying to build a small > "playlist/carousel app" (basically, a list of videos and images that > passes one after the other) to learn elm and try some ideas about ports. > > I think I'm having a newie problem but I could not found a solution or > leads to a solution (or I couldn't undestand them :P), so I'm writing here. > > I'm using the elm-reactor to develop and like very much the debbugger and > the automatic building. > > So, my first question is: is it posible to serve static files (images and > videos) from the elm-reactor? > (From what I could observe, it returns an empty response. perhaps I'm > missing something?) > > 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 :( > > So, the second question, depending on how the first one goes. is: is there > any way to open the debugger outside of elm-reactor? > > > Thanks you very much! > Fernando. > -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
