Hacker News new | ask | show | jobs
by reitanqild 3732 days ago
I don't get node and npm (although I was good with JS), but you seem to be cool.

Noted. : )

Edit: again, now that we have a bunch of people capable of understanding trendy JS here: Care to share a link to somewhere I can learn?

1 comments

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.