Skip to content
Merged
4 changes: 4 additions & 0 deletions build_runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.10.1-dev

- Added `--live-reload` cli option and appropriate functionality

## 0.10.0-dev

### Breaking Changes
Expand Down
2 changes: 2 additions & 0 deletions build_runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ Some commands also have additional options:

- `--hostname`: The host to run the server on.

- `--live-reload`: Enables automatic page reloading on rebuilds.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nit] Don't include an extra newline between bullet points.


Trailing args of the form `<directory>:<port>` are supported to customize what
directories are served, and on what ports.

Expand Down
2 changes: 1 addition & 1 deletion build_runner/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build_runner
version: 0.10.0-dev
version: 0.10.1-dev
description: Tools to write binaries that run builders.
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/build/tree/master/build_runner
Expand Down