fixed the deploy rake task so it will delete the debug pages
This commit is contained in:
parent
0d602515cc
commit
3e69c6be8b
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue