From f1b2d40281b62de6264a9d7d7ce0dbb03c2662f9 Mon Sep 17 00:00:00 2001 From: TheOrangeOne Date: Fri, 26 Aug 2016 11:49:13 +0100 Subject: [PATCH] create image file in build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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