2.0.0-beta.4
Pre-release
Pre-release
- Includes all changes from elm-watch 1.2.0.
- When running elm-watch in non-TTY mode, elm-watch’s output becomes a simple log (no cursor movements). Previously, when elm-watch printed the server links in non-TTY mode, the port number was always 0. This has been fixed – the correct port number is now shown.
- CSS files with
@import
in them can now be hot reloaded in Firefox. The@import
:ed CSS files cannot be hot reloaded, though, only the the top-level CSS file containing the@import
:s, due to Firefox over eagerly caching style sheets. A warning about this isconsole.warn
:ed on Firefox if a style sheet with@import
is detected.