2.0.0-beta.1
Pre-release
Pre-release
·
213 commits
to http-server
since this release
- Built-in HTTPS has been removed.
- You can now execute elm-watch from a Node.js script, and pass in a custom the HTTP server. This allows for setting up HTTPS, or adding proxying.
- The static file server can no longer be tricked into serving files outside the static file directory via percentage escaped double dots.
- CSS hot reloading now works with
@import
(except in Firefox where it does not seem possible).