Echo JS 0.11.0

<~>
bevacqua 3757 days ago. link parent 1 point
It doesn't just apply to writing Gulpfiles, but also to extending the functionality. Extending functionality in Grunt is much more straightforward in the sense that you just write a function.

With Gulp, you need to know your stuff in order to write a reasonable task, and the fact that Gulp tasks run asynchronously by default can get tricky, too.

Replies