body.child("script").attr("type", "text/javascript").attr("src", "pointer-events.js");
body.child("script").attr("type", "text/javascript").attr("src", "boot.js");
body.child("script").attr("type", "text/javascript").attr("src", config.root.relativize(js));
html.to(new HTMLWriter(Files.newBufferedWriter(this.html, I.$encoding)));
}