fix build for latest jekyll

This commit is contained in:
James Walker 2013-08-18 20:43:34 -04:00
parent 7f6805e55b
commit eb1443c8c4

View File

@ -2,7 +2,7 @@ task :default => :server
desc 'Build site with Jekyll'
task :build do
jekyll
jekyll 'build'
end
desc 'Build and start server with --auto'