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
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.