Skip to content

Cleanup grind and add serving capability via dhttpd #1570

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

Merged
merged 12 commits into from
Dec 12, 2017
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.14.1"
dhttpd:
description:
name: dhttpd
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.1"
front_end:
description:
name: front_end
Expand Down Expand Up @@ -246,7 +252,13 @@ packages:
name: shelf
url: "https://pub.dartlang.org"
source: hosted
version: "0.7.1"
version: "0.6.8"
shelf_cors:
description:
name: shelf_cors
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.1"
shelf_packages_handler:
description:
name: shelf_packages_handler
Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies:
tuple: ^1.0.1
yaml: ^2.1.0
dev_dependencies:
dhttpd: ^0.3.1
grinder: ^0.8.0
http: ^0.11.0
meta: ^1.0.0
Expand Down
19 changes: 19 additions & 0 deletions testing/test_package_docs/static-assets/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# highlight.js

Generated from https://highlightjs.org/download/ on 2017-08-30

Included languages:

* bash
* css
* dart
* java
* javascript
* json
* markdown
* objectivec
* ruby - dragged in by `yaml` - 🙄
* shell
* swift
* xml - includes html
* yaml
4 changes: 4 additions & 0 deletions testing/test_package_docs/static-assets/sdk_footer_text.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
•
<span class="copyright no-break">
<a href="http://creativecommons.org/licenses/by-sa/4.0/">cc license</a>
</span>
Loading