From b047beb3e50a541564d2ab6ff17491608a630101 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Tue, 6 Sep 2016 09:25:46 -0400 Subject: [pkg] package bitmask_www --- www/Makefile | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'www/Makefile') diff --git a/www/Makefile b/www/Makefile index 1e21b9a8..e3a791d2 100644 --- a/www/Makefile +++ b/www/Makefile @@ -2,11 +2,16 @@ build: npm install npm run build:production +build-dev: + npm run watch + clean: rm -rf public rm -rf node_modules -pydist-wheel: +pydist: pydist-clean build + touch leap/bitmask_www/__init__.py + cp -r public/ leap/bitmask_www python setup.py bdist_wheel pydist-dev: @@ -14,3 +19,8 @@ pydist-dev: pydist-clean: rm -rf build dist + rm -rf leap/bitmask_www/* + +all: clean build pydist + +.PHONY: clean build install all -- cgit v1.2.3