Hacker News new | ask | show | jobs
by armandososa 3732 days ago
Here: http://blog.keithcirkel.co.uk/how-to-use-npm-as-a-build-tool...

I don't hate grunt, I used to love it and used it for all my projects. And then I started using gulp.

But after reading this article I just use npm script 99% of the time. I don't know if it is better over all, I just prefer it over grunt/gulp.