Skip to content

Commit

Permalink
Merge pull request #280 from google/devoncarew_remove_code
Browse files Browse the repository at this point in the history
remove unused code
  • Loading branch information
devoncarew committed Jun 25, 2015
2 parents 1f9edc7 + cb5768b commit e15602b
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 239 deletions.
56 changes: 0 additions & 56 deletions lib/src/_mserve.dart

This file was deleted.

41 changes: 0 additions & 41 deletions lib/src/_mserve_bin.dart

This file was deleted.

82 changes: 0 additions & 82 deletions lib/src/webtest.dart

This file was deleted.

2 changes: 0 additions & 2 deletions pubspec.yaml
Expand Up @@ -16,13 +16,11 @@ dependencies:
args: '>=0.10.0 <0.14.0'
cli_util: '>=0.0.1 <0.1.0'
glob: '>=1.0.0 <2.0.0'
http_server: '>=0.9.0 <0.10.0'
path: '>=1.0.0 <2.0.0'
unscripted: '>=0.6.1+1 <0.7.0'
which: '>=0.1.2 <0.2.0'

dev_dependencies:
browser: any
test: '^0.12.0'
unittest: '^0.11.0'

Expand Down
7 changes: 4 additions & 3 deletions readme.md
Expand Up @@ -75,15 +75,16 @@ or to tab-complete your tasks (thanks to [unscripted](https://github.com/seaneag

grind --completion install
. ~/.bashrc

grind [TAB][TAB]
build test doc

grind b[TAB]
grind build

You can also bypass installing `grind`, and instead use
`pub run grinder:grinder`, or [in Dart SDK 1.10](http://dartbug.com/22129), simply `pub run grinder`.
`pub run grinder:grinder`, or [in Dart SDK 1.10](http://dartbug.com/22129),
simply `pub run grinder`.

## Disclaimer

Expand Down
38 changes: 0 additions & 38 deletions web/web.dart

This file was deleted.

17 changes: 0 additions & 17 deletions web/web.html

This file was deleted.

0 comments on commit e15602b

Please sign in to comment.