Fix website favicon.

This commit is contained in:
ccd0 2015-03-05 21:28:43 -08:00
parent 4ca387cdfc
commit 55d82581c3

View File

@ -171,7 +171,7 @@ module.exports = (grunt) ->
git checkout gh-pages
git pull
git merge --no-commit -s ours -
git checkout - README.md index.html img
git checkout - README.md index.html img src/General/img/icon.gif
git commit -am "Update web page."
git checkout -
""".split('\n').join('&&')