2017-04-05
#nodejs
#javascript
#gulp
#mocha
#istanbul
Yes… you read that right, I am still using gulp
. Recently, with all the hype and the fact that most of the people I know are switching to npm scripts, gulp
seems to be something in the distant past. But, here I am, still using gulp
because with gulp
or similar task manager libraries, you can share the tasks between your projects. Or you can even have a set of tasks that you usually use in your side projects in one git repository and re-use them every time you have some brilliant ideas and want to roll a new side project (and quickly abandon it like I often do).