summaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-09-01 02:22:50 -0400
committerKali Kaneko (leap communications) <kali@leap.se>2016-09-01 03:03:38 -0400
commitcb0e56d597086651f593738446ab320394c31191 (patch)
tree0447db6542469afda479729f3be74b9279849af6 /www/Makefile
parent107eb8788347f564e43877267207d0c84462e2cf (diff)
[pkg] add Makefile for bitmask-www
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
new file mode 100644
index 0000000..1e21b9a
--- /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