Which one will be the best task runner for javascript? I tried both Grunt and Gulp but unable to determine when to use what. Looking for some suggestions on which one is best for what type of systems.
In the company I work we use grunt. I once wrote one gulpfile for the company but for some reasons, we are still using grunt. In a private project I use gulp and I like it more than our grunt file.
Joel Jensen
Loves all things tech
I think Gulp is an improved Grunt. It's code driven and relies heavily on streams - which means it's better and faster. I think if you are starting a new project you should definitely consider using Gulp because of its new features and simple concept.