Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 name: barback | |
| 2 author: "Dart Team <misc@dartlang.org>" | |
| 3 homepage: http://www.dartlang.org | |
| 4 description: > | |
| 5 An asset build system. | |
|
nweiz
2013/06/18 23:14:46
Indent one more space.
Bob Nystrom
2013/06/20 00:23:59
Done.
| |
| 6 | |
| 7 Given a set of input files and a set of transformations (think compilers, | |
| 8 preprocessors and the like), will automatically apply the appropriate | |
| 9 transforms and generate output files. When inputs are modified, automatically | |
| 10 runs the transforms that are affected. | |
| 11 | |
| 12 Runs transforms asynchronously and in parallel when possible to maximize | |
| 13 responsiveness. | |
| 14 dependencies: | |
| 15 pathos: any | |
| 16 dev_dependencies: | |
| 17 scheduled_test: any | |
| OLD | NEW |