Exclude .js files from RDoc

This commit is contained in:
Bryan Helmkamp 2008-11-25 00:06:28 -05:00
parent 491ceb7e5b
commit 6119a8d08f
1 changed files with 1 additions and 1 deletions

View File

@ -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"