From 4fe2ad820ab46f522682bcaece55a400c7038378 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Wed, 15 Mar 2017 19:20:23 +0100 Subject: [docs] add note about compiling and packaging the js ui --- docs/hacking/index.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs') 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 ` +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? -- cgit v1.2.3