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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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]' -- cgit v1.2.3