hakyll-elm-0.2: Hakyll wrapper for the Elm compiler.

Safe HaskellNone

Hakyll.Web.Elm

Synopsis

Documentation

elmStandaloneCompiler :: Compiler (Item String)Source

Compiles an elm file to a div and inline Javascript.

Expects elm-runtime.js to have already been loaded on the page.

Works for files that only import from modules in the elm runtime.