Skip to content

Commit

Permalink
Exclude .js files from RDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
brynary committed Nov 25, 2008
1 parent 491ceb7 commit 6119a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -77,7 +77,7 @@ end

desc "Generate RDoc"
task :docs do
system "hanna -x Rakefile -x spec --title 'Webrat #{Webrat::VERSION} API Documentation'"
system "hanna -x Rakefile -x spec -x '.js' --title 'Webrat #{Webrat::VERSION} API Documentation'"
end

desc "Run specs using jruby"
Expand Down

0 comments on commit 6119a8d

Please sign in to comment.