From 842f5e3dac40297fbc254f696846893b646fa929 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 7 Jun 2016 18:39:17 +0100 Subject: [PATCH] force clean output dir --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a634551..7d0ecdc 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ OUTPUTDIR=$(BASEDIR)/output FLAKE8_IGNORE=--ignore=E128,E501,E401,E402 build: install + rm -rf $(OUTPUTDIR)/* @echo ">> Building static data..." mkdir -p theme/static/build/js/lib theme/static/build/fonts theme/static/build/css cp -R node_modules/font-awesome/fonts theme/static/build/