Skip to content

Commit

Permalink
adding a doc task
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Oct 5, 2010
1 parent 3f49d1d commit 17e21da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ task :build do
File.open('underscore-min.js', 'w') {|f| f.write(min) }
end

desc "Build the docco documentation"
task :doc do
sh "docco underscore.js"
end

0 comments on commit 17e21da

Please sign in to comment.