From eacbc7d0b200c8f9eeb1bce5eea7d83227455289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 13 Sep 2024 20:43:54 +0200 Subject: [PATCH] dir is static, not assets --- maintenance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance.sh b/maintenance.sh index f96e934..a6f4a66 100755 --- a/maintenance.sh +++ b/maintenance.sh @@ -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