barback 0.15.2+16 copy "barback: ^0.15.2+16" to clipboard
barback: ^0.15.2+16 copied to clipboard

discontinued
Dart 1 only

A DEPRECATED asset build system for Dart. Given a set of input files and a set of transformations (think compilers, preprocessors and the like), will automatically apply the appropriate transforms and [...]

DEPRECATED

The pub transformer system will be removed in Dart 2. See the Dart 2 Migration Guide for guidance.


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.

0
likes
20
pub points
38%
popularity

Publisher

unverified uploader

A DEPRECATED asset build system for Dart. Given a set of input files and a set of transformations (think compilers, preprocessors and the like), will automatically apply the appropriate transforms and generate output files. When inputs are modified, automatically runs the transforms that are affected. Runs transforms asynchronously and in parallel when possible to maximize responsiveness.

Repository
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

async, collection, path, pool, source_span, stack_trace

More

Packages that depend on barback