This commit is contained in:
Mateusz Gruszczyński
2026-08-23 23:32:26 +02:00
parent b23578a0c8
commit f569b7db14
42 changed files with 597 additions and 4104 deletions
-8
View File
@@ -60,14 +60,6 @@ install_build_dependencies() {
fi
}
build_web_assets_if_available() {
local tailwind="$PROJECT_ROOT/node_modules/.bin/tailwindcss"
if [[ -x "$tailwind" ]]; then
"$PROJECT_ROOT/scripts/build-web.sh"
else
say "Using committed offline Web UI CSS (web/styles.css)"
fi
}
ensure_rust() {
if command -v cargo >/dev/null 2>&1; then