Hacker News new | ask | show | jobs
by throw_m239339 1710 days ago
> I agree with you in principle, but your comment makes it clear that you didn't actually look into this one at all. This one is actually good.

People have said say that same thing each time a new one pops up since Grunt 10 years+ ago.

If you're going to use a JS bundler written in Go, just stick to MAKEFILE...

2 comments

    dist.js: $(wildcard *.js)
        cat $? > dist.js
Like this?
I certainly didn't.

> If you're going to use a JS bundler written in Go, just stick to MAKEFILE...

What?