1
Fork 0

create image file in build

This commit is contained in:
Jake Howard 2016-08-26 11:49:13 +01:00
parent 3b1af65c68
commit f1b2d40281
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -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