Skip to content

Commit

Permalink
rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Josep M. Bach committed Jul 24, 2011
1 parent b4bbd1d commit cde0cce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Rakefile
Expand Up @@ -14,12 +14,10 @@ YARD::Rake::YardocTask.new(:docs) do |t|
t.files = ['lib/**/*.rb']
t.options = ['-m', 'markdown', '--no-private', '-r', 'Readme.md', '--title', 'rack-webconsole documentation']
end

task :doc => [:docs]

desc "Generate and open class diagram (needs Graphviz installed)"
task :graph do |t|
`bundle exec yard graph -d --full --no-private | dot -Tpng -o graph.png && open graph.png`
end

task :default => [:test]

0 comments on commit cde0cce

Please sign in to comment.