diff --git a/Makefile b/Makefile index 2825bd4..b711964 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ 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 + mkdir -p theme/static/build/js/lib theme/static/build/fonts theme/static/build/css theme/static/build/img cp -R node_modules/font-awesome/fonts theme/static/build/ npm run build-js npm run build-scss