diff --git a/Rakefile b/Rakefile index 8375eb4..d8d07c9 100644 --- a/Rakefile +++ b/Rakefile @@ -37,7 +37,7 @@ end task :clean_debug do puts ">>> Removing debug pages <<<" - Dir["#{site}/debug"].each { |f| rm_rf(f) } + Dir["#{site}/test"].each { |f| rm_rf(f) } end desc "Generate styles only"