summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2016-09-16 13:54:10 -0700
committerKali Kaneko (leap communications) <kali@leap.se>2016-09-22 11:39:47 -0400
commitae5a20d059209f2027c05820dc3b4cfe7346c8a8 (patch)
tree3ddc591e3d8b9fc9721c198bb83976b1d6705490 /Makefile
parentbb82515bca6ff6e6b74718bf946faf3747e40002 (diff)
[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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bcf4cf0..46a6ca8 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ clean:
dev-mail:
pip install -e '.[mail]'
- pip install -e www
+ make -C www dev-install-prebuilt
dev-all:
pip install -e '.[all]'