Skip to content

Instantly share code, notes, and snippets.

@amoeba
Created February 18, 2014 15:33
Show Gist options
  • Select an option

  • Save amoeba/9073226 to your computer and use it in GitHub Desktop.

Select an option

Save amoeba/9073226 to your computer and use it in GitHub Desktop.
task :knit do
sh "Rscript knit-all.r"
end
task :knitall do
sh "Rscript knit-all.r --all"
end
task :build => [:knit] do
sh "bundle exec jekyll build"
end
task :serve do
sh "bundle exec jekyll serve"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment