Hacker News new | ask | show | jobs
by amccollum 6149 days ago
Yeah, we implemented a build process that combines and minifies all the CSS and JS files, and also converts all the images to sprites to cut down on requests. The hash is to facilitate more efficient caching (you can set it to never expire).

I've been toying with the idea of open-sourcing it, but it would definitely need some cleanup first.