Hacker News new | ask | show | jobs
by xxbondsxx 4869 days ago
I'm using browserify[1] -- it's a great system because I can write all my code node-style, write tests that run in pure node, and then wrap all my resources for the browser! Grunt is the actual tool that I use to manage the build (it also handles things like hashing, minifying, etc).

[1] https://github.com/substack/node-browserify

1 comments

This is great, thank you