Next.js: Move from gulp to fly

Created on 25 Jan 2017  路  2Comments  路  Source: vercel/next.js

Most helpful comment

@arunoda As do I. IMO, everything a repo _can do_ (re: builds, test) should be easily described by an npm script...and its definition shouldn't extend beyond the viewport. Pointless at that point.

I'm finishing up Fly 2.0 right now, and initial benchmarks show that it's 3 to 8x faster than Gulp. And, its flyfile.js syntax is much simpler & cleaner than Gulp's -- we're chaining methods (extremely minimal wrappers around any API) directly instead of asking you to write 1,001 pipe()s on the page. 馃槅

All 2 comments

I am down with anything that works. But I personally prefer simply to use shell scripts (may be with shelljs) along with NPM scripts.

@arunoda As do I. IMO, everything a repo _can do_ (re: builds, test) should be easily described by an npm script...and its definition shouldn't extend beyond the viewport. Pointless at that point.

I'm finishing up Fly 2.0 right now, and initial benchmarks show that it's 3 to 8x faster than Gulp. And, its flyfile.js syntax is much simpler & cleaner than Gulp's -- we're chaining methods (extremely minimal wrappers around any API) directly instead of asking you to write 1,001 pipe()s on the page. 馃槅

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lixiaoyan picture lixiaoyan  路  3Comments

havefive picture havefive  路  3Comments

knipferrc picture knipferrc  路  3Comments

ghost picture ghost  路  3Comments

timneutkens picture timneutkens  路  3Comments