Skip to content

Instantly share code, notes, and snippets.

@epatr
Created May 27, 2016 16:58
Show Gist options
  • Save epatr/73c3e61eec250c485f0bd6d0579a10c4 to your computer and use it in GitHub Desktop.
Save epatr/73c3e61eec250c485f0bd6d0579a10c4 to your computer and use it in GitHub Desktop.
Cloud9 Rakefile to run Jekyll
task :watch do
system('jekyll serve --host $IP --port $PORT --baseurl ''')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment