Skip to content

Commit

Permalink
Added an 'open' task.
Browse files Browse the repository at this point in the history
  • Loading branch information
artob committed Dec 18, 2009
1 parent f16cc21 commit 52707e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Expand Up @@ -4,6 +4,10 @@ require 'rake'


task :default => [:build] task :default => [:build]


task :open => :build do
sh "open .html/index.html"
end

task :build do task :build do
sh "markdoc build" sh "markdoc build"
end end
Expand Down

0 comments on commit 52707e4

Please sign in to comment.