Files
sdk/pkg/barback
nweiz@google.com 138d51829f Move common streams in barback to their own class.
This cleans up some duplication and will make it easier to change or
add common streams in the future.

R=rnystrom@google.com

Review URL: https://codereview.chromium.org//249183005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35341 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-23 22:58:50 +00:00
..
2014-04-09 04:13:33 +00:00
2014-04-22 20:44:47 +00:00
2013-11-12 18:57:17 +00:00

Barback is an asset build system. It is the library underlying pub'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.