fixed the deploy rake task so it will delete the debug pages

This commit is contained in:
B Mathis 2009-11-13 02:35:40 -06:00
parent 0d602515cc
commit 3e69c6be8b
1 changed files with 1 additions and 1 deletions

View File

@ -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"