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

Side by Side Diff: pkg/barback/examples/simple_transformer/pubspec.yaml

Issue 197533004: Adding barback examples. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Incorporating Nathan's feedback Created 6 years, 8 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: simple_transformer
2 description: This hello world example implements a simple
3 transformer that inserts a copyright string into
4 an input asset - a file that ends with ".txt".
5 dependencies:
6 barback: any
7
8 transformers:
9 - simple_transformer
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698