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'
end
desc 'Build and start server with --auto'
desc 'Build and start local server'
task :server do
jekyll 'serve -w'
jekyll 'serve -w -D'
end
desc 'Build and deploy'