summaryrefslogtreecommitdiff
path: root/docs/hacking
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-03-15 19:20:23 +0100
committerKali Kaneko (leap communications) <kali@leap.se>2017-03-15 19:20:23 +0100
commit4fe2ad820ab46f522682bcaece55a400c7038378 (patch)
treebb9199617c88f2180902070dead11cc5c5a3d735 /docs/hacking
parent9a4a2576de301759500f4c7b9498a452fb3829a0 (diff)
[docs] add note about compiling and packaging the js ui
Diffstat (limited to 'docs/hacking')
-rw-r--r--docs/hacking/index.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/hacking/index.rst b/docs/hacking/index.rst
index 4826f483..d31d56a8 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?