Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 257 Bytes

api.md

File metadata and controls

18 lines (13 loc) · 257 Bytes

API Brainstorm

elm-make

elm-make --js

elm-make --html

elm-make \
    --set-runtime="elm-runtime.js" \
    --bundle-runtime \
    --bundle-script="path/to/script.js" \
    --file-in="src/Main.elm"
    --file-out="index.html"

elm-make clean