update pub to get --build-delay arg and remove require.js loading timeouts

BUG=
R=nweiz@google.com

Review-Url: https://codereview.chromium.org/2968213002 .
This commit is contained in:
Jacob MacDonald 2017-07-06 14:16:01 -07:00
parent 956b9ce96b
commit c4ea80a74c
2 changed files with 10 additions and 10 deletions

View file

@ -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`.
* `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.
* 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).
* 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

2
DEPS
View file

@ -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",