show drafts on local server

This commit is contained in:
James Walker 2013-10-25 11:43:09 -04:00
parent 14c47d548f
commit 715a15b6cb

View File

@ -5,9 +5,9 @@ task :build do
jekyll 'build' jekyll 'build'
end end
desc 'Build and start server with --auto' desc 'Build and start local server'
task :server do task :server do
jekyll 'serve -w' jekyll 'serve -w -D'
end end
desc 'Build and deploy' desc 'Build and deploy'