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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: pkg/barback/examples/simple_transformer/pubspec.yaml
diff --git a/pkg/barback/examples/simple_transformer/pubspec.yaml b/pkg/barback/examples/simple_transformer/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..13f91e8cca118283679a3c5618153ca403e4a065
--- /dev/null
+++ b/pkg/barback/examples/simple_transformer/pubspec.yaml
@@ -0,0 +1,9 @@
+name: simple_transformer
+description: This hello world example implements a simple
+ transformer that inserts a copyright string into
+ an input asset - a file that ends with ".txt".
+dependencies:
+ barback: any
+
+transformers:
+- simple_transformer

Powered by Google App Engine
This is Rietveld 408576698