commit | fd5459b0fd1b234d1c6f6ecd0eb8c32808ad74d9 | [log] [tgz] |
---|---|---|
author | keertip <[email protected]> | Mon Jan 08 19:31:20 2018 |
committer | keertip <[email protected]> | Mon Jan 08 19:31:20 2018 |
tree | bff8427726ac4df39217c1111c9fa743bad8304a | |
parent | c67812fb9bd99aa66f075807653bba2bd1cd2fb9 [diff] |
Changes to eliminate Future flattening in Dart 2.0
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.