Rawgit - going out of service
and
gives me zero links, when I actually have at least 10+ links, some of them already not working.
The Counter example from the Elm documentation in glitch just to see if it would work.
elm-make
manually to trigger elm dependency checksource/main.elm
to projectpackage.json
to run npm prestart
on start and modified prestart
to run elm-make source/main.elm --output=public/elm.js
index.html
to reference elm.js
and start the Main module in it with var main = Elm.Main.fullscreen();
.eml
files are modifiedelm-stuff
folder to .gitignore
so it doesn't pollute the file list (left exact-dependencies.json
visible)taken from the release notes
# 0.19 # 0.18
elm make # elm-make
elm repl # elm-repl
elm reactor # elm-reactor
elm install # elm-package install
elm publish # elm-package publish
elm bump # elm-package bump
elm diff # elm-package diff
\ ゜o゜)ノ