force clean output dir
This commit is contained in:
parent
6b33dca109
commit
842f5e3dac
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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/
|
||||
|
|
Reference in a new issue