From 8c396287ac871c1a5aaf0a4bc608df101f677d1d Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Thu, 25 Jul 2019 19:23:30 -0700 Subject: Improve assets management --- Makefile | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2fe7b21f..7b1e6f3b 100644 --- a/Makefile +++ b/Makefile @@ -2,23 +2,10 @@ DOCKER_IMAGE := docker.io/kanboard/kanboard DOCKER_TAG := master VERSION := $(shell git rev-parse --short HEAD) -.PHONY: all clean static jshint archive test-sqlite test-mysql test-postgres test-browser \ +.PHONY: archive test-sqlite test-mysql test-postgres test-browser \ integration-test-mysql integration-test-postgres integration-test-sqlite sql \ docker-image docker-manifest docker-run docker-sh -all: static - -clean: - @ rm -rf ./node_modules - -static: clean - @ npm install - @ ./node_modules/.bin/gulp vendor js css - @ ./node_modules/.bin/jshint assets/js/{core,components,polyfills} - -jshint: - @ ./node_modules/.bin/jshint assets/js/{core,components,polyfills} - archive: @ echo "Build archive: version=$(VERSION)" @ git archive --format=zip --prefix=kanboard/ $(VERSION) -o kanboard-$(VERSION).zip -- cgit v1.2.3