summaryrefslogtreecommitdiff
path: root/compress.sh
blob: 3e667cd2fe5925077b6e2a9a09649ea30263b9ad (plain)
1
2
3
4
5
#!/usr/local/bin/bash

gzip -5fk style.css
gzip -7fk *.html
find assets/ -type f -not -name "*.gz" -exec gzip -4fk "{}" \;