Commit graph

3 commits

Author SHA1 Message Date
Jimmy Zelinskie
27078b1e16 static: optimized png images
for file in *.png ; do pngcrush -reduce -brute "$file" "${file%.png}-crushed.png" && mv -f "${file%.png}-crushed.png" "$file" ; done
2015-08-14 14:45:01 -04:00
Joseph Schorr
7014e0b662 Fix hipchat icon 2014-08-28 16:14:19 -04:00
Joseph Schorr
32ea1d194f Add support for the Hipchat room notification API 2014-08-19 17:40:36 -04:00