Use new a17t/Tailwind

This commit is contained in:
R. Miles McCain
2021-12-31 13:02:16 -05:00
parent 7d92a557f4
commit fc38fd88bd
8 changed files with 1954 additions and 13 deletions

View File

@@ -41,6 +41,10 @@ RUN apk --purge del .build-deps && \
# Install Shynet
COPY shynet .
# Build Tailwind CSS and build static files
COPY tailwind.config.js .
RUN npx tailwindcss -i ./a17t/static/a17t/css/tailwind.css -o ./a17t/static/a17t/dist/tailwind.css --jit --minify
RUN python manage.py collectstatic --noinput && \
python manage.py compilemessages