Skip to content

Commit

Permalink
remove the dumb md5 stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Dec 9, 2009
1 parent a0ba3f3 commit 17f2e12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Rakefile
Expand Up @@ -79,7 +79,6 @@ desc "Publish to GitHub Pages"
task :pages => [ :check_dirty, :standalone ] do
`git checkout gh-pages`
`mv hub standalone`
`md5 -q standalone > standalone.md5`
`git add standalone*`
`git commit -m "update standalone"`
`git push origin gh-pages`
Expand Down

0 comments on commit 17f2e12

Please sign in to comment.