Created
February 18, 2014 15:33
-
-
Save amoeba/9073226 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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