Skip to content

Conversation

kevmoo
Copy link
Member

@kevmoo kevmoo commented Apr 9, 2018

No description provided.

@kevmoo kevmoo requested review from natebosch and nshahan April 9, 2018 18:22
@kevmoo kevmoo changed the title Update readmes to document features Update readme to document build and serve feature Apr 9, 2018
@@ -0,0 +1,34 @@
// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
Copy link
Member

Choose a reason for hiding this comment

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

2018

@@ -0,0 +1,18 @@
// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
Copy link
Member

Choose a reason for hiding this comment

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

2018

Usage: webdev build [arguments]
-h, --help Print this usage information.
-r, --[no-]release Build with release mode defaults for builders.
(defaults to on)
Copy link
Member

Choose a reason for hiding this comment

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

What do you mean by "on"?

And where are you setting this default? Was that in another PR?

Copy link
Member

Choose a reason for hiding this comment

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

Ah yeah, found the other PR...

@kevmoo
Copy link
Member Author

kevmoo commented Apr 9, 2018

@natebosch – fixed dates – although I zero epsilon chance it'd cause any issues...


try {
expect(readme.readAsStringSync(), contains(expected));
} catch (e) {
Copy link
Member

Choose a reason for hiding this comment

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

How about

printOnFailure(expected);
expect(readme.readAsStringSync(), contains(expected));

@kevmoo
Copy link
Member Author

kevmoo commented Apr 9, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants