This is a quick remember-note for myself on how to recompile
Orbited.js for orbited 0.8.
1. Check-out js.io from github (https://github.com/gameclosure/js.io)
2. Make a symlink from js.io/jsio to /usr/bin/jsio (for easier use)
3. Enter daemon/orbited/js_src and make sure your orbited.pkg looks
something like this:
{
"root": "./Orbited.js",
"transports": ["csp"],
"environments": ["browser"],
"additional_dependancies": [ "util.underscore", "base" ]
}
4. Compile the source with: jsio compile orbited.pkg -o /your/path/to/
compiled/Orbited.js
Haven't had the time to test it super much yet, but appears to be
working.
Regards,
Niklas