Improve assets

This commit is contained in:
Akira Tempaku 2025-05-24 12:01:37 +09:00
parent f69067f7ae
commit 8edf81608f
Signed by: paku
GPG key ID: 5B4E8402BCC50607
21 changed files with 17 additions and 18 deletions

View file

@ -13,7 +13,7 @@ RUN mkdir -p ./bin \
&& chmod +x tailwindcss-linux-x64 \
&& mv tailwindcss-linux-x64 ${TW_BIN}
RUN ${TW_BIN} -i ./static/style/global.css -o ./static/style/dist.css --minify
RUN ${TW_BIN} -i ./assets/style/global.css -o ./assets/style/dist.css --minify
RUN qlot install --quiet --no-color