Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 955 Bytes

File metadata and controls

36 lines (24 loc) · 955 Bytes

aster-runner

NPM version Build Status

Task observer for aster.

Usage

This module is part of aster and is available via aster.runner.

You use it in build scripts whenever you want build pipeline (which is lazy by default) to be executed:

var aster = require('aster');

aster.src('src/**/*.js')
.map(plugin1(optionsForPlugin1))
.map(plugin2(optionsForPlugin2))
// ...
.subscribe(aster.runner);

API

runner

Type: Rx.Observer

License

MIT License