Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme to document build and serve feature #30

Merged
merged 6 commits into from
Apr 9, 2018
Merged

Update readme to document build and serve feature #30

merged 6 commits into from
Apr 9, 2018

Conversation

kevmoo
Copy link
Member

@kevmoo kevmoo commented Apr 9, 2018

No description provided.

@kevmoo kevmoo requested review from nshahan and natebosch 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