We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23c5d7 commit 17c9985Copy full SHA for 17c9985
docs/_plugins/copy_api_dirs.rb
@@ -96,9 +96,9 @@
96
end
97
# End updating JavaDoc files for badge post-processing
98
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"
+ puts "Copying jquery.min.js from Scala API to Java API for page post-processing of badges"
+ jquery_src_file = "./api/scala/lib/jquery.min.js"
+ jquery_dest_file = "./api/java/lib/jquery.min.js"
102
mkdir_p("./api/java/lib")
103
cp(jquery_src_file, jquery_dest_file)
104
0 commit comments