diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-03-15 19:20:23 +0100 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-03-15 19:20:23 +0100 |
commit | 4fe2ad820ab46f522682bcaece55a400c7038378 (patch) | |
tree | bb9199617c88f2180902070dead11cc5c5a3d735 /docs/hacking/index.rst | |
parent | 9a4a2576de301759500f4c7b9498a452fb3829a0 (diff) |
[docs] add note about compiling and packaging the js ui
Diffstat (limited to 'docs/hacking/index.rst')
-rw-r--r-- | docs/hacking/index.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/hacking/index.rst b/docs/hacking/index.rst index 4826f48..d31d56a 100644 --- a/docs/hacking/index.rst +++ b/docs/hacking/index.rst @@ -75,6 +75,17 @@ Making a new release -------------------- A checklist for the release process can be found :ref:`here <release>` +As part of the release we also tag upload snapshots of the `leap.bitmask_js` +package, in order to allow installation of the javascript application without +needing to compile the javascript and html assets. This is done with:: + + cd ui + make dist-build + +and then you can upload it to pypi:: + + make dist-upload + Contribution ideas ------------------ Want to help? |