diff --git a/src/Makefile b/src/Makefile index 5f8297688..508958b16 100644 --- a/src/Makefile +++ b/src/Makefile @@ -6,7 +6,7 @@ localecompile: localegen: ./manage.py makemessages --all --ignore "pretix/helpers/*" - ./manage.py makemessages --all -d djangojs --ignore "pretix/helpers/*" --ignore "static/jsi18n/*" + ./manage.py makemessages --all -d djangojs --ignore "pretix/helpers/*" --ignore "pretix/static/jsi18n/*" --ignore "pretix/static/jsi18n/*" --ignore "pretix/static.dist/*" --ignore "build/*" staticfiles: jsi18n ./manage.py collectstatic --noinput