# minimize HTML (XXX this script is quite fragile and relies on knowledge of how I write HTML)
for f in *.html; do
python htmlminimizer.py "$f" build/"$f"
python3 htmlminimizer.py "$f" build/"$f"
done
# add evil tracking code
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.