mathphreak

Results 3 comments of mathphreak
trafficstars

Having `--include-css` would be handy, but in the meantime I'm just throwing in ```elm Html.node "link" [ Html.Attributes.rel "stylesheet", Html.Attributes.href "style.css" ] [] ``` as another child returned from `Main.view`...

@stoivo Same directory as my `Main.elm` file. That way it gets resolved properly as a relative path.