Exclude .js files from RDoc
This commit is contained in:
parent
491ceb7e5b
commit
6119a8d08f
2
Rakefile
2
Rakefile
|
@ -77,7 +77,7 @@ end
|
||||||
|
|
||||||
desc "Generate RDoc"
|
desc "Generate RDoc"
|
||||||
task :docs do
|
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
|
end
|
||||||
|
|
||||||
desc "Run specs using jruby"
|
desc "Run specs using jruby"
|
||||||
|
|
Loading…
Reference in New Issue