Nice project, it looks very clean and much easier than Make, but still very familiar.
Are there any examples of task-generation during execution. Imaging, that you run a chain of tasks A → B. So during "B" node execution, you decide, than "A" couldn't be managed without another node "C", so the final graph shoud become A → (B, C). Actually, with our current build-system, bem-tools (https://github.com/bem/bem-tools), which stands on top of another system APW (https://github.com/bem/apw), we could manage this kind of tasks, but the whole build configs become really big and verbose. So it not to easy to maintain them. On Sunday, December 1, 2013 7:01:07 AM UTC+4, Alex Kocharin wrote: > > > > For global commands outside of the project directory, you’d use the > *cmd* function: > > You can implement es6 proxy instead to run these commands without "cmd". > > > But why not just use make, anyway? Atwood's Law? > > > On Sunday, December 1, 2013 5:54:10 AM UTC+4, azer wrote: >> >> Hi All >> >> I've written a blog post about the build tool that I've developed >> recently; >> https://medium.com/p/6a4c74b4bd90 >> >> I use it in a lot of projects, lets me save a lot of time avoiding the >> plugin planet of Grunt. >> >> Thoughts & ideas welcome! >> >> Best >> >> Azer >> > -- -- 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 --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
