Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1307)

Unified Diff: sdk/lib/_internal/pub/lib/src/command/build.dart

Issue 43093002: Don't monitor the filesystem during "pub build". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sdk/lib/_internal/pub/lib/src/barback/watch_sources.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/pub/lib/src/command/build.dart
diff --git a/sdk/lib/_internal/pub/lib/src/command/build.dart b/sdk/lib/_internal/pub/lib/src/command/build.dart
index 04d8ea61d13e60496bafb08455636a0dd922950c..4805c0a0e3eabb7513545c9ad6a389ac33af259c 100644
--- a/sdk/lib/_internal/pub/lib/src/command/build.dart
+++ b/sdk/lib/_internal/pub/lib/src/command/build.dart
@@ -51,7 +51,8 @@ class BuildCommand extends PubCommand {
// user-facing, just use an IPv4 address to avoid a weird bug on the
// OS X buildbots.
return barback.createServer("127.0.0.1", 0, graph,
- builtInTransformers: [dart2jsTransformer]);
+ builtInTransformers: [dart2jsTransformer],
+ watchForUpdates: false);
}).then((server) {
// Show in-progress errors, but not results. Those get handled implicitly
// by getAllAssets().
« no previous file with comments | « sdk/lib/_internal/pub/lib/src/barback/watch_sources.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698