Skip to content

Commit 97b180c

Browse files
authored
Cleanup grind and add serving capability via dhttpd (#1570)
* First revision * Move to a class based model * Debugging on update-test-package-docs * Simplify travis * cosmetics / dartfmt * Windows doesn't like using pub in a literal path * windows fixing * fix windows some more * Use grinder library for finding sdk binaries * Review comments * Fix error in caching
1 parent 1e0bb56 commit 97b180c

File tree

6 files changed

+262
-156
lines changed

6 files changed

+262
-156
lines changed

pubspec.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ packages:
7373
url: "https://pub.dartlang.org"
7474
source: hosted
7575
version: "0.14.1"
76+
dhttpd:
77+
description:
78+
name: dhttpd
79+
url: "https://pub.dartlang.org"
80+
source: hosted
81+
version: "0.3.1"
7682
front_end:
7783
description:
7884
name: front_end
@@ -246,7 +252,13 @@ packages:
246252
name: shelf
247253
url: "https://pub.dartlang.org"
248254
source: hosted
249-
version: "0.7.1"
255+
version: "0.6.8"
256+
shelf_cors:
257+
description:
258+
name: shelf_cors
259+
url: "https://pub.dartlang.org"
260+
source: hosted
261+
version: "0.2.1"
250262
shelf_packages_handler:
251263
description:
252264
name: shelf_packages_handler

pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ dependencies:
2626
tuple: ^1.0.1
2727
yaml: ^2.1.0
2828
dev_dependencies:
29+
dhttpd: ^0.3.1
2930
grinder: ^0.8.0
3031
http: ^0.11.0
3132
meta: ^1.0.0
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# highlight.js
2+
3+
Generated from https://highlightjs.org/download/ on 2017-08-30
4+
5+
Included languages:
6+
7+
* bash
8+
* css
9+
* dart
10+
* java
11+
* javascript
12+
* json
13+
* markdown
14+
* objectivec
15+
* ruby - dragged in by `yaml` - 🙄
16+
* shell
17+
* swift
18+
* xml - includes html
19+
* yaml
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
•
2+
<span class="copyright no-break">
3+
<a href="http://creativecommons.org/licenses/by-sa/4.0/">cc license</a>
4+
</span>

0 commit comments

Comments
 (0)