There was an error while loading. Please reload this page.
The page with lets us view all of the Genicons is built on top of gh-pages, which is built on top of Jekyll.
The site needs to be recompiled when changes are made. Here's how:
gh-pages
git co gh-pages
rake genicons:server
rake genicons:compile
git add .
git commit -am "recompiled genicons page"
git push