Without this patch, Make would fail with the following error: ``` > make /bin/sh: node: command not found make: *** [node_modules] Error 127 ``` This may be something strange about my computer's configuration, but seems like a harmless change.
Uses browserify to build a `dist/debug.js` file for standalone browser-side consumption.