mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
fixed the deploy rake task so it will delete the debug pages
This commit is contained in:
2
Rakefile
2
Rakefile
@ -37,7 +37,7 @@ end
|
|||||||
|
|
||||||
task :clean_debug do
|
task :clean_debug do
|
||||||
puts ">>> Removing debug pages <<<"
|
puts ">>> Removing debug pages <<<"
|
||||||
Dir["#{site}/debug"].each { |f| rm_rf(f) }
|
Dir["#{site}/test"].each { |f| rm_rf(f) }
|
||||||
end
|
end
|
||||||
|
|
||||||
desc "Generate styles only"
|
desc "Generate styles only"
|
||||||
|
|||||||
Reference in New Issue
Block a user