Skip to content

Commit

Permalink
- use grinder tasks from bwu_grinder_tasks instead of bwu_utils_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
zoechigist committed Jul 14, 2015
1 parent 8e3e14d commit e9ce283
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 40 deletions.
7 changes: 4 additions & 3 deletions .gitignore
@@ -1,4 +1,5 @@
build/
.idea/
packages
build
.pub
.idea
.packages
.pub/
70 changes: 35 additions & 35 deletions pubspec.lock
Expand Up @@ -4,15 +4,19 @@ packages:
analyzer:
description: analyzer
source: hosted
version: "0.25.0+1"
version: "0.25.1"
ansicolor:
description: ansicolor
source: hosted
version: "0.0.9"
args:
description: args
source: hosted
version: "0.13.1"
version: "0.13.2"
async:
description: async
source: hosted
version: "1.2.0"
barback:
description: barback
source: hosted
Expand All @@ -21,14 +25,14 @@ packages:
description: browser
source: hosted
version: "0.10.0+2"
bwu_utils:
description: bwu_utils
bwu_grinder_tasks:
description: bwu_grinder_tasks
source: hosted
version: "0.1.0-dev.3"
bwu_utils_dev:
description: bwu_utils_dev
version: "0.1.0"
charcode:
description: charcode
source: hosted
version: "0.1.0-dev.8"
version: "1.1.0"
cli_util:
description: cli_util
source: hosted
Expand All @@ -48,23 +52,23 @@ packages:
csslib:
description: csslib
source: hosted
version: "0.12.0+1"
version: "0.12.1"
dart_style:
description: dart_style
source: hosted
version: "0.1.8"
version: "0.1.8+1"
glob:
description: glob
source: hosted
version: "1.0.4"
grinder:
description: grinder
source: hosted
version: "0.7.1+3"
version: "0.7.2"
html:
description: html
source: hosted
version: "0.12.1+1"
version: "0.12.1+2"
http:
description: http
source: hosted
Expand All @@ -76,11 +80,7 @@ packages:
http_parser:
description: http_parser
source: hosted
version: "0.0.2+6"
http_server:
description: http_server
source: hosted
version: "0.9.5+1"
version: "0.0.2+7"
initialize:
description: initialize
source: hosted
Expand Down Expand Up @@ -109,14 +109,22 @@ packages:
description: observe
source: hosted
version: "0.13.1+1"
package_config:
description: package_config
source: hosted
version: "0.1.1"
path:
description: path
source: hosted
version: "1.3.5"
version: "1.3.6"
petitparser:
description: petitparser
source: hosted
version: "1.4.3"
plugin:
description: plugin
source: hosted
version: "0.1.0"
polymer:
description: polymer
source: hosted
Expand All @@ -132,7 +140,7 @@ packages:
pool:
description: pool
source: hosted
version: "1.0.2"
version: "1.1.0"
pub_semver:
description: pub_semver
source: hosted
Expand All @@ -148,7 +156,7 @@ packages:
shelf:
description: shelf
source: hosted
version: "0.6.1+2"
version: "0.6.2"
shelf_static:
description: shelf_static
source: hosted
Expand All @@ -160,7 +168,7 @@ packages:
smoke:
description: smoke
source: hosted
version: "0.3.3+1"
version: "0.3.4"
source_map_stack_trace:
description: source_map_stack_trace
source: hosted
Expand All @@ -176,7 +184,7 @@ packages:
stack_trace:
description: stack_trace
source: hosted
version: "1.3.2"
version: "1.3.4"
string_scanner:
description: string_scanner
source: hosted
Expand All @@ -192,31 +200,23 @@ packages:
test:
description: test
source: hosted
version: "0.12.3"
version: "0.12.3+7"
unscripted:
description: unscripted
source: hosted
version: "0.6.1+1"
version: "0.6.2"
utf:
description: utf
source: hosted
version: "0.9.0+2"
watcher:
description: watcher
source: hosted
version: "0.9.5"
version: "0.9.6"
web_components:
description: web_components
source: hosted
version: "0.11.4+1"
webdriver:
description: webdriver
source: hosted
version: "0.10.0-pre.9"
webkit_inspection_protocol:
description: webkit_inspection_protocol
source: hosted
version: "0.0.1+1"
version: "0.11.4+2"
when:
description: when
source: hosted
Expand All @@ -228,4 +228,4 @@ packages:
yaml:
description: yaml
source: hosted
version: "2.1.2"
version: "2.1.3"
3 changes: 2 additions & 1 deletion pubspec.yaml
Expand Up @@ -13,7 +13,8 @@ dependencies:
quiver: '^0.21.4'

dev_dependencies:
bwu_utils_dev: '^0.1.0-dev.6'
bwu_grinder_tasks: '^0.1.0'
grinder: '^0.7.2'
quiver_log: '^1.0.3'
stack_trace: '^1.3.2'
test: '^0.12.2'
2 changes: 1 addition & 1 deletion tool/grind.dart
@@ -1,3 +1,3 @@
library bwu_pub_client.tool.grind;

export 'package:bwu_utils_dev/grinder/default_tasks.dart';
export 'package:bwu_grinder_tasks/bwu_grinder_tasks.dart';

0 comments on commit e9ce283

Please sign in to comment.