Rakefile in vanity-2.2.0 vs Rakefile in vanity-2.2.1
- old
+ new
@@ -78,10 +78,10 @@
# -- Documenting stuff -- #TODO make sure works under 1.9/2.0
desc "Jekyll generates the main documentation (sans API)"
-task(:jekyll) { sh "jekyll", "doc", "html" }
+task(:jekyll) { sh "jekyll build -s doc -d html" }
desc "Create documentation in docs directory"
task :docs=>[:jekyll]
desc "Remove temporary files and directories"