From 3a850ce11ab7bc58d4228d93dd29da8877709372 Mon Sep 17 00:00:00 2001 From: Scott Chacon Date: Mon, 20 Jun 2011 13:06:27 -0700 Subject: [PATCH] remove the output directory, punk --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rakefile b/Rakefile index a18db86e80..043cc0c265 100644 --- a/Rakefile +++ b/Rakefile @@ -1,6 +1,8 @@ require 'nanoc3/tasks' task :publish => [:clean] do + FileUtils.rm_r('output') + sh "nanoc compile" # this should not be necessary, but I can't figure out how to