1
0
Fork 0

dir is static, not assets

This commit is contained in:
Félix Piédallu 2024-09-13 20:43:54 +02:00 committed by Félix Piédallu
parent 1c6b5ec82b
commit eacbc7d0b2

View file

@ -38,7 +38,7 @@ git_pull_and_restart_services() {
pushd app_generator > /dev/null
update_venv
pushd assets >/dev/null
pushd static >/dev/null
./tailwindcss-linux-x64 --input tailwind-local.css --output tailwind.css --minify
popd >/dev/null
popd > /dev/null