Skip to content

Commit 17c9985

Browse files
committed
Copy and paste minified jquery instead when post-processing badges in JavaDoc
1 parent f23c5d7 commit 17c9985

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/_plugins/copy_api_dirs.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@
9696
end
9797
# End updating JavaDoc files for badge post-processing
9898

99-
puts "Copying jquery.js from Scala API to Java API for page post-processing of badges"
100-
jquery_src_file = "./api/scala/lib/jquery.js"
101-
jquery_dest_file = "./api/java/lib/jquery.js"
99+
puts "Copying jquery.min.js from Scala API to Java API for page post-processing of badges"
100+
jquery_src_file = "./api/scala/lib/jquery.min.js"
101+
jquery_dest_file = "./api/java/lib/jquery.min.js"
102102
mkdir_p("./api/java/lib")
103103
cp(jquery_src_file, jquery_dest_file)
104104

0 commit comments

Comments
 (0)