Skip to content

Commit

Permalink
dev: rake clobber removes generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Nov 8, 2011
1 parent 5a2157b commit 9b6a8fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Expand Up @@ -66,6 +66,8 @@ task :clobber do
sh 'rm -rf pkg'
sh 'rm -rf tmp'
sh 'rm -rf coverage'
sh 'rm -rf .yardoc'
sh 'rm -rf doc'
end

desc "Push docs/cukes to relishapp using the relish-client-gem"
Expand Down

0 comments on commit 9b6a8fe

Please sign in to comment.