sighjs / sigh

multi-process expressive build system for the web and node.js, built using baconjs observables
209 stars 12 forks source link

sigh plugin: can I return a Promise from a task? #28

Closed Strate closed 8 years ago

Strate commented 8 years ago

I need to return a Promise from plugins task, is it possible?

insidewhy commented 8 years ago

Check out Bacon.fromPromise, it is used about a zillion times in the code and in various plugins.