cool
On Thu, Apr 24, 2014 at 1:50 PM, Shazron <shaz...@gmail.com> wrote: > Thanks for this Andrew! > > > On Thu, Apr 24, 2014 at 10:42 AM, Andrew Grieve <agri...@chromium.org > >wrote: > > > I went coho crazy last night & this morning. Made two significant > changes: > > > > 1. It doesn't use shelljs.exec() anymore. Instead, it uses co-routines > > and superspawn. This requires that your use node v0.11 or greater to > > run it. > > > > 2. Broke all commands into their own files. > > > > Many commands now run faster due to no shell.exec(). The node update > > is a paint, but meh. If you use nvm, it's just nvm install 0.11 && nvm > > alias default 0.11. > > >