Hacker News new | ask | show | jobs
by phinnaeus 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.
1 comments

> 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...

    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?