From ae5a20d059209f2027c05820dc3b4cfe7346c8a8 Mon Sep 17 00:00:00 2001 From: elijah Date: Fri, 16 Sep 2016 13:54:10 -0700 Subject: [pkg] fix www (aka bitmask_js) when run in "development mode" this change allows you to edit the js and have the changes reflected immediately in the app. --- www/pydist/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 www/pydist/README.md (limited to 'www/pydist/README.md') diff --git a/www/pydist/README.md b/www/pydist/README.md new file mode 100644 index 0000000..6e2b11f --- /dev/null +++ b/www/pydist/README.md @@ -0,0 +1,4 @@ +This directory holds the python package of the javascript app, called 'bitmask_js'. + +Why it it done this way? By creating a python package, it is easier for the +javascript app to be distributed with the bitmask client. -- cgit v1.2.3