fix crash page

This commit is contained in:
Harvey Tindall
2021-12-31 15:09:33 +00:00
parent 2d3a5c739c
commit f7f3530a33
3 changed files with 33 additions and 35 deletions
+2 -1
View File
@@ -60,7 +60,8 @@ else
SOURCEMAP :=
COPYTS :=
TYPECHECK :=
UNCSS := npx uncss $(DATA)/crash.html --csspath web/css --output $(DATA)/bundle.css
UNCSS := npx tailwindcss -i $(DATA)/web/css/bundle.css -o $(DATA)/bundle.css --content "html/crash.html"
# UNCSS := npx uncss $(DATA)/crash.html --csspath web/css --output $(DATA)/bundle.css
TAILWIND :=
endif