1df9a489d2
R=jmesserly@google.com, nweiz@google.com, rnystrom@google.com Review URL: https://codereview.chromium.org//22396004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25985 260f80e4-7a28-3924-810f-c04153c831b5
21 lines
612 B
YAML
21 lines
612 B
YAML
name: barback
|
|
author: "Dart Team <misc@dartlang.org>"
|
|
homepage: http://www.dartlang.org
|
|
description: >
|
|
An asset build system.
|
|
|
|
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:
|
|
path: any
|
|
source_maps: any
|
|
stack_trace: any
|
|
dev_dependencies:
|
|
scheduled_test: any
|
|
unittest: any
|