mpizenberg / elm-videoball

Minimalist elm implementation of the game videoball (not affiliated to official game)
https://mpizenberg.github.io/elm-videoball/
Mozilla Public License 2.0
4 stars 1 forks source link

Add simple bash script for development #7

Closed KtorZ closed 6 years ago

KtorZ commented 6 years ago

The scripts comes as a replacement for elm-reactor when we start using ports. It spawns a python SimpleHTTPServer in a tmux session and watch for file changes, recompiling as it needs. It doesn't do live reload yet, but well, that's too fancy :p