Clone this repo:
  1. c08f27b Fix all strong-mode warnings. by Natalie Weizenbaum · 2 months ago master 0.15.2+8
  2. db6db0c Add fine-grained logging for long running transformers. by Tim Blasi · 10 months ago 0.15.2+7
  3. edb5bf9 Fix a deadlock. by Natalie Weizenbaum · 1 year ago 0.15.2+6
  4. c85c3a6 Fix a transformer re-running bug. by Natalie Weizenbaum · 1 year ago 0.15.2+5
  5. 0f9d232 Merge pull request #4 from dart-lang/async by Sfshaza · 1 year, 4 months ago

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.