I have my project set up with elm-webpack-starter, which installs a
boilerplate index.html and index.js

https://github.com/moarwick/elm-webpack-starter/tree/master/src/static

I'm now trying to follow the ports guide

http://guide.elm-lang.org/interop/javascript.html

which says to compile elm to javascript instead and include that in my
index.html. I couldn't find any guides towards getting that working with
the starter webpack setup, though, and blindly modifying the index.html
file as shown, and copying the generated elm.js to src/static, didn't work.

martin

-- 
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.

Reply via email to