Skip to content

Commit

Permalink
update pub to get --build-delay arg and remove require.js loading tim…
Browse files Browse the repository at this point in the history
…eouts

BUG=
R=nweiz@google.com

Review-Url: https://codereview.chromium.org/2968213002 .
  • Loading branch information
jakemac53 committed Jul 6, 2017
1 parent 956b9ce commit c4ea80a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@
* `pub get` and `pub upgrade` properly produce an error message and exit code
when no network is present.

* Bug fixes for dartdevc support in `pub serve`.

* Fixed module config invalidation logic so modules are properly
recalculated when package layout changes.
* Fixed exception when handling require.js errors that aren't script load
errors.
* Fixed an issue where requesting the bootstrap.js file before the dart.js
file would result in a 404.
* Fixed a Safari issue during bootstrapping (note that Safari is still not
officially supported but does work for trivial examples).
* `pub serve` now waits for file watcher events to stabilize before scheduling
new builds. This helps specifically with `safe-write` features in editors,
as well as other situations such as `save all` which cause many fast edits.

* Added the `--build-delay` argument to `pub serve` which sets the amount of
time (in ms) to wait between file watcher events before scheduling a build.
Defaults to 50.

* Removed require.js module loading timeout for dartdevc, which resolves an
issue where the initial load of an app might give a timeout error.

* dartfmt

Expand Down
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ vars = {
"ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93",
"pool_tag": "@1.3.0",
"protobuf_tag": "@0.5.4",
"pub_rev": "@a1dc64f7bf8625a2d012f790feb8fec4fa7b7caf",
"pub_rev": "@0f122625f8e607842afe156b9b23a9709e4ce39a",
"pub_semver_tag": "@1.3.2",
"quiver_tag": "@0.22.0",
"resource_rev":"@a49101ba2deb29c728acba6fb86000a8f730f4b1",
Expand Down

0 comments on commit c4ea80a

Please sign in to comment.