Browse Source

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

unreleased_contents
B Mathis 15 years ago
parent
commit
3e69c6be8b
  1. 2
      Rakefile

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

Loading…
Cancel
Save