Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can gulp completely replace grunt?

Tags:

gruntjs

gulp

Recently I'm looking into gulp, I like its idea of stream and using code to build tasks.

I used to use grunt for development workflow, now I want to use gulp to replace grunt.

But grunt seems to be more than a build tool, it marked itself task runner. Gulp, instead, focuses on build. My question is: can gulp completely replace grunt for everything? Or it should be only one part of grunt, only for build? (Please don't consider how many plugins existing for both tools. Just think about it from function point view, can gulp cover all functionality that grunt provides? )

like image 811
Aaron Shen Avatar asked Apr 13 '26 11:04

Aaron Shen


1 Answers

No not yet. Gulp still needs time to mature to have all of the functionally possible with grunt and its third party modules.*

* source: http://markdalgleish.github.io/presentation-build-wars-gulp-vs-grunt/#39

On a personal note, I believe it will eclipse grunt sooner than later.

like image 197
agconti Avatar answered Apr 16 '26 06:04

agconti



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!