Skip to content

Instantly share code, notes, and snippets.

@JamesJOliver
Forked from adam-lynch/Rakefile
Last active August 29, 2015 13:58
Show Gist options
  • Save JamesJOliver/10011045 to your computer and use it in GitHub Desktop.
Save JamesJOliver/10011045 to your computer and use it in GitHub Desktop.
Rakefile to change the character encoding on Windows.
task :jekyll do
puts '* Changing the codepage'
`chcp 65001`
puts '* Running Jekyll server'
`jekyll serve -w --drafts`
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment