From 55d82581c36d00a79295073307c015ed2c14ca8a Mon Sep 17 00:00:00 2001 From: ccd0 Date: Thu, 5 Mar 2015 21:28:43 -0800 Subject: [PATCH] Fix website favicon. --- Gruntfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 2f5587bcc..80dd2a488 100755 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -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('&&')