From a19ba119012b016014c1ccb589f63010f6bb94a2 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Tue, 11 Mar 2014 17:02:57 +0100 Subject: [PATCH] Make use of drafts. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index a87c22f..a796642 100644 --- a/Rakefile +++ b/Rakefile @@ -15,7 +15,7 @@ end desc 'Serve the page on http://localhost:4000' task :serve do - sh "jekyll serve --watch" + sh "jekyll serve --watch --drafts" end task :default => :serve