It would be cool if there was a line based mode for elm-app start, where it doesn't overtake your whole terminal window, but instead just prints new lines for every compilation.
This would make it easier to interweave it with the output of other commands during development. (e.g. elm-app start & sass --watch style.sass)
It would be cool if there was a line based mode for
elm-app start
, where it doesn't overtake your whole terminal window, but instead just prints new lines for every compilation. This would make it easier to interweave it with the output of other commands during development. (e.g.elm-app start & sass --watch style.sass
)