diff options
author | Richard van der Hoff <richard@matrix.org> | 2015-12-03 15:46:11 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2015-12-03 15:46:11 +0000 |
commit | 2416658443d0a232b17ca533ad589e4a8f3065fa (patch) | |
tree | c331c7b03a2e3f7aa5d8cad38af8e52c40da5d27 | |
parent | a5fe3f605a6b972c4c9df0b4d36a35628fb131c8 (diff) |
Document process for building npm package
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | README.rst | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -1 +1,2 @@ build +/olm-*.tgz @@ -27,7 +27,8 @@ To build the javascript bindings, install emscripten from http://kripken.github. .. code:: bash - javascript/build.py + javascript/build.py # builds javascript/olm.js + npm pack javascript # packages olm.js into olm-x.y.z.tgz Design ------ |