From cb0e56d597086651f593738446ab320394c31191 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Thu, 1 Sep 2016 02:22:50 -0400 Subject: [pkg] add Makefile for bitmask-www --- www/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 www/Makefile (limited to 'www/Makefile') diff --git a/www/Makefile b/www/Makefile new file mode 100644 index 00000000..1e21b9a8 --- /dev/null +++ b/www/Makefile @@ -0,0 +1,16 @@ +build: + npm install + npm run build:production + +clean: + rm -rf public + rm -rf node_modules + +pydist-wheel: + python setup.py bdist_wheel + +pydist-dev: + pip install -e . + +pydist-clean: + rm -rf build dist -- cgit v1.2.3