From b99da53f214f27afaaf3415e3a7826851ef32ca2 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 19 Jan 2011 22:10:47 +0000 Subject: [PATCH] tweak to Rakefile --- Rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index 0f54d32..2911e08 100644 --- a/Rakefile +++ b/Rakefile @@ -100,10 +100,10 @@ end # desc "Auto-rebuild site when files are changed." -task :auto => "auto:default" +task :auto => "auto:site" namespace :auto do - task :default do + task :site do # default system "jekyll source/site public --auto" end desc "Auto-rebuild blog when files are changed."