From 3d093f00358f341802482feb4306638e37fd0304 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Fri, 11 Jan 2013 23:59:21 -0800 Subject: [PATCH] Using new command structure in Rakefile --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index ff52d677..257da617 100644 --- a/Rakefile +++ b/Rakefile @@ -131,7 +131,7 @@ namespace :site do # Generate the site in server mode. puts "Running Jekyll..." Dir.chdir("site") do - sh "#{File.expand_path('bin/jekyll', File.dirname(__FILE__))} --server" + sh "#{File.expand_path('bin/jekyll', File.dirname(__FILE__))} serve --watch" end end