-
Notifications
You must be signed in to change notification settings - Fork 3.4k
[dash] Travis: use language:dart, reinstate link checking
#1237
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
Conversation
85a0dd3 to
bb7cd9a
Compare
language:dartlanguage:dart, reinstate link checking, unpin firebase-tools
2e85107 to
0787aee
Compare
- Travis: use `language:dart` - Reinstate link checking, but now using the linkcheck Dart tool - Use locally installed npm firebase-tools and superstatic
0787aee to
ec0d870
Compare
language:dart, reinstate link checking, unpin firebase-toolslanguage:dart, reinstate link checking
| @@ -0,0 +1,57 @@ | |||
| #!/usr/bin/env bash | |||
| # | |||
| # Tweaked a copy of https://github.com/dart-lang/site-shared/blob/master/tool/serve.sh | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[small nit] It would be awesome to share this directly at some point.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes! I gave the rest of the team a heads-up during our standup today: site-shared will be integrated as a submodule via the next PR.
filiph
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
|
||
| # FIXME(Temporary): | ||
| /web-analogs | ||
| /flutter-for-* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a glob pattern instead of regexp. I recommend rewriting to /flutter-for-.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, right, thanks for the reminder.
Those are all on their way out as of @Sfshaza's next PR.
Fixes #1239
Contributes to #1185