Skip to content
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.

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