aboutsummaryrefslogtreecommitdiff
path: root/javascript/build.py
AgeCommit message (Collapse)Author
2016-04-26Make 'npm build' build the js libRichard van der Hoff
2015-12-02Tweak javascript build to make npm betterRichard van der Hoff
Build into 'javascript' dir and tell package.json exactly which files we care about.
2015-11-01switch from /usr/bin/python to /usr/bin/env python. this doesn't help folks ↵Matthew Hodgson
whose python path points at python3 (e.g. Arch linux) though, but I see no choice than they have to change the shebangs, as we do on Synapse. For instance, OSX doesn't have a python2 symlink, otherwise we'd use /usr/bin/env python2 shebang.
2015-07-08Don't pass a key id when creating a new outbound sessionMark Haines
2015-06-27Rename axolotlpp as olm to avoid confusion with Axolotl-the-spec and ↵Matthew Hodgson
Axolotl-the-OWS-libraries at moxie's request
2015-06-26Make sure the build dir existsMark Haines
2015-06-24Throw an Error object rather than a string in the javascript bindings.Mark Haines
2015-06-23Add javascript bindings using emscriptenMark Haines