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

Unified Diff: pkg/barback/README.md

Issue 63363002: SDK constraint and README for barback. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase. Created 7 years, 1 month 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
« no previous file with comments | « pkg/barback/LICENSE ('k') | pkg/barback/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/barback/README.md
diff --git a/pkg/barback/README.md b/pkg/barback/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..314b8327e330c99067fdc56453d8f33760b0e15f
--- /dev/null
+++ b/pkg/barback/README.md
@@ -0,0 +1,12 @@
+Barback is an asset build system. It is the library underlying
+[pub](http://pub.dartlang.org/doc/)'s asset transformers in `pub build` and
+`pub serve`.
+
+Given a set of input files and a set of transformations (think compilers,
+preprocessors and the like), it will automatically apply the appropriate
+transforms and generate output files. When inputs are modified, it automatically
+runs the transforms that are affected.
+
+To learn more, see [here][].
+
+[here]: http://pub.dartlang.org/doc/assets-and-transformers.html
« no previous file with comments | « pkg/barback/LICENSE ('k') | pkg/barback/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698