0.14.0+2
Fix a bug that caused the fix in r36391 not to work.

The first phase in a group considered itself idle even if the previous
phase was running, since it had no contents.

R=jmesserly@google.com
BUG=18872

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@36398 260f80e4-7a28-3924-810f-c04153c831b5
3 files changed
tree: b2a3a11db632a8ff584500f1a4af8a35ce6609aa
  1. example/
  2. lib/
  3. test/
  4. CHANGELOG.md
  5. LICENSE
  6. pubspec.yaml
  7. README.md
README.md

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.