Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(371)

Side by Side Diff: pkg/barback/example/aggregate_transformer/pubspec.yaml

Issue 429943004: Adding an aggregate transformer example to barback. Also updating the previous examples. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 name: aggregate_transformer
2 description: This example implements an aggregate transformer.
3 It collects recipes, stored as incomplete HTML files, into
4 a single, complete HTML file.
5
6 dependencies:
7 barback: ">=0.14.1 <0.16.0"
8
9 # Override the barback dependency so this example always uses the version
10 # of barback it's bundled with.
11 dependency_overrides:
12 barback: {path: ../..}
13
14 transformers:
15 - aggregate_transformer
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698