1
Fork 0

Remove jquery dependency

This commit is contained in:
Guillaume Gomez 2017-04-14 16:37:09 +02:00
parent 33535afda4
commit 6f4c12e210
6 changed files with 465 additions and 254 deletions

View file

@ -660,8 +660,6 @@ fn write_shared(cx: &Context,
// Add all the static files. These may already exist, but we just
// overwrite them anyway to make sure that they're fresh and up-to-date.
write(cx.dst.join("jquery.js"),
include_bytes!("static/jquery-2.1.4.min.js"))?;
write(cx.dst.join("main.js"),
include_bytes!("static/main.js"))?;
write(cx.dst.join("rustdoc.css"),