Hi,
I've just released a small ruby gem that statically packages java/
coffee scripts libraries as single .js files to be embedded in the
browser. Basically, it ensures that module exports and require work
fine.
It can be installed with
gem install nibjs
The source code is on github
https://github.com/blambeau/nib.js
As I'm a newcomer to node.js community, I'm not sure this project is
actually useful but I didn't find a quick and dirty solution to what I
needed (something that works offline, some kind of compiler in a
sense).
Let me know what you think (and what pointers I've missed, it such a
tool already exists)
blambeau