create image file in build
This commit is contained in:
parent
3b1af65c68
commit
f1b2d40281
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@ FLAKE8_IGNORE=--ignore=E128,E501,E401,E402
|
||||||
build: install
|
build: install
|
||||||
rm -rf $(OUTPUTDIR)/*
|
rm -rf $(OUTPUTDIR)/*
|
||||||
@echo ">> Building static data..."
|
@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/
|
cp -R node_modules/font-awesome/fonts theme/static/build/
|
||||||
npm run build-js
|
npm run build-js
|
||||||
npm run build-scss
|
npm run build-scss
|
||||||
|
|
Reference in a new issue