Skip to content

1.2.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@lydell lydell released this 16 Aug 21:17
· 259 commits to http-server since this release

elm-watch now has built in support for CSS hot reloading!

When .css files in the static files directory that is served changes, elm-watch reloads them in the browser.

I think it makes sense to have in elm-watch, since Elm does not offer a definitive styling answer. CSS can be a pretty nice language, and due to its stateless nature it’s very easy to hot reload. It’s a small, fully reliable and configuration free feature. And it’s gonna make getting started with a little side project much more fun!