Hacker News new | ask | show | jobs
by mgonto 4124 days ago
I don't know if I'd still do it for consitency. If I'm using mostly the same CLI tools, there's no much to learn and less code to mantain.

I'd stil not use Gulp if it's not really neded, which in most cases isn't to be honest!

You'd just do it for consistency when calling gulp watch or gulp build?

1 comments

For some of my projects the build process is pretty complex and gulp provides true value. However, after thinking about it more you could alway standardize on build through package.json script and if gulp was needed you have package.json refer to the gulp build.
That's true, and just call gulp from package.json :)