Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dart-archive/barback
An asset build system for Dart.
https://github.com/dart-archive/barback
Last synced: about 2 months ago
JSON representation
An asset build system for Dart.
- Host: GitHub
- URL: https://github.com/dart-archive/barback
- Owner: dart-archive
- License: bsd-3-clause
- Archived: true
- Created: 2014-12-17T22:36:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T18:11:01.000Z (over 6 years ago)
- Last Synced: 2024-04-10T02:08:38.283Z (8 months ago)
- Language: Dart
- Homepage: https://pub.dartlang.org/packages/barback
- Size: 510 KB
- Stars: 11
- Watchers: 22
- Forks: 9
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dart - barback - An asset build system for Dart.[<img src="https://travis-ci.org/dart-lang/barback.svg?branch=master">](https://travis-ci.org/dart-lang/barback) (Development-Tools)
README
**DEPRECATED**
The [pub][] transformer system will be removed in Dart 2.
See the [Dart 2 Migration Guide](https://webdev.dartlang.org/dart-2) 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][].
[pub]: https://www.dartlang.org/tools/pub/get-started
[here]: https://www.dartlang.org/tools/pub/assets-and-transformers