Skip to content
Snippets Groups Projects
Commit 3bf1fcb2 authored by rnystrom@google.com's avatar rnystrom@google.com Committed by Natalie Weizenbaum
Browse files

Fix deploy tests.

R=nweiz@google.com

Review URL: https://codereview.chromium.org//15844004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@23097 260f80e4-7a28-3924-810f-c04153c831b5
parent de326d70
No related branches found
No related tags found
No related merge requests found
......@@ -136,6 +136,6 @@ class DeployCommand extends PubCommand {
bool get _shouldAddDartJs {
return !_entrypoints.isEmpty &&
entrypoint.root.dependencies.any((dep) =>
dep.name == 'browser' && dep.source.name == 'hosted');
dep.name == 'browser' && dep.source == 'hosted');
}
}
......@@ -35,7 +35,7 @@ Copying web/ => deploy/
d.nothing('file2.dart.js'),
d.nothing('file2.dart'),
d.nothing('file3.dart.js'),
d.nothing('file3.dart')
d.nothing('file3.dart'),
d.nothing('file4.dart.js'),
d.nothing('file4.dart')
])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment