Remove leftover files for Lighthouse workflow [skip ci]

Leftover after removal in 1574cd8515
This commit is contained in:
BBaoVanC 2023-04-15 19:27:00 -05:00
parent 226fcfa099
commit 14565ea343
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
3 changed files with 0 additions and 22 deletions

View File

@ -1,9 +0,0 @@
# vim: ft=caddyfile
https://localhost {
header Cache-Control no-cache
root * public/
file_server {
precompressed br gzip
}
}

View File

@ -1,8 +0,0 @@
#!/bin/sh
diff -qrNtbB old/ new/ |
grep -oP '(?<=\s)new\/\S*' |
xargs -d '\n' ls -1d 2>/dev/null |
grep 'index.html$' |
sed 's/index.html$//' |
sed "s/^new/${SCHEME:=http}:\/\/${DOMAIN:=example.com}/"

View File

@ -1,5 +0,0 @@
ci:
collect:
startServerCommand: sudo caddy run
settings:
chromeFlags: "--ignore-certificate-errors --throttling.cpuSlowdownMultiplier=2.4"