Hi all, Since some compilers like LESS only expose an async API, they can cause concurrency problems when your Cakefile build tasks starts getting a bit more complex.
I've published a module called `cake-async` that implements async task scheduling. It doesn't tamper with cake's methods, instead introduces an `async` keyword that you just prepend/append to your `task` and `invoke` calls. See example at http://github.com/ricardobeat/cake-async This is a experimental release, the end result should be incorporated into the flour <https://github.com/ricardobeat/cake-flour/> library. I'd really appreciate if I could get some feedback on this approach. cheers, Ricardo -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
