dart-sdk/pkg/barback
2014-07-23 23:32:06 +00:00
..
example Renaming "examples" to "example". 2014-04-09 04:13:33 +00:00
lib Move pub/barback's Pool class into its own package. 2014-07-23 23:32:06 +00:00
test Fix a barback bug where a closed stream could get an event. 2014-06-19 21:10:15 +00:00
CHANGELOG.md Move pub/barback's Pool class into its own package. 2014-07-23 23:32:06 +00:00
LICENSE SDK constraint and README for barback. 2013-11-12 18:57:17 +00:00
pubspec.yaml Move pub/barback's Pool class into its own package. 2014-07-23 23:32:06 +00:00
README.md SDK constraint and README for barback. 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.