Hacker News new | ask | show | jobs
by hexasquid 4710 days ago
Grunt is just generally a helpful little task runner and good for automating many things in general web development - running tests, concatenation / minification, linting, HTML / CSS / JS preprocessing and so on, if that floats your boat. It really is worth giving it a go.
1 comments

Well, makefiles have worked fine for me so far.
You might like Jake, then. It's a Node.js version of Rake (which is a ruby version of make).