7 ms·
Not that this invalidates what you said, but NPM and Grunt (and just enough Node.js to use them) are required learning for JavaScript developers nowadays IMO.
by willurd 13y ago
Not that this invalidates what you said, but NPM and Grunt (and just enough Node.js to use them) are required learning for JavaScript developers nowadays IMO.
- willurd 13y agoDoes whoever downvoted me care to explain why or offer another opinion?
- andypants 13y agoI didn't downvote you, but I use nodejs and I've never needed to use grunt. I don't think grunt is as pervasive as npm in the world of node.js.
- willurd 13y agoMaybe that's where the confusion was. I was talking about browser development. Thanks.
- hexasquid 13y agoGrunt 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.