We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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