Chromium Code Reviews| Index: pkg/barback/pubspec.yaml |
| diff --git a/pkg/barback/pubspec.yaml b/pkg/barback/pubspec.yaml |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..62d2a1c2e5474e299dce015829f171a2ea42bb03 |
| --- /dev/null |
| +++ b/pkg/barback/pubspec.yaml |
| @@ -0,0 +1,17 @@ |
| +name: barback |
| +author: "Dart Team <misc@dartlang.org>" |
| +homepage: http://www.dartlang.org |
| +description: > |
| + An asset build system. |
|
nweiz
2013/06/18 23:14:46
Indent one more space.
Bob Nystrom
2013/06/20 00:23:59
Done.
|
| + |
| + Given a set of input files and a set of transformations (think compilers, |
| + preprocessors and the like), will automatically apply the appropriate |
| + transforms and generate output files. When inputs are modified, automatically |
| + runs the transforms that are affected. |
| + |
| + Runs transforms asynchronously and in parallel when possible to maximize |
| + responsiveness. |
| +dependencies: |
| + pathos: any |
| +dev_dependencies: |
| + scheduled_test: any |