c528bf9f9d
BUG=https://code.google.com/p/dart/issues/detail?id=14862 R=jmesserly@google.com, nweiz@google.com Review URL: https://codereview.chromium.org//63363002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30200 260f80e4-7a28-3924-810f-c04153c831b5
13 lines
516 B
Markdown
13 lines
516 B
Markdown
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
|