Hacker News new | ask | show | jobs
by bceagle 4127 days ago
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.
1 comments

That's true, and just call gulp from package.json :)