Element element = body.element("script", "type", "text/javascript");
// Build it each time because we don't know if the client supports GZip or not, and
// (in development mode) URLs for some referenced assets could change (due to URLs
// containing a checksum on the resource content).
element.raw(buildRequireJSConfig(callbacks));
}
public void writeInitialization(Element body, List<String> libraryURLs, List<?> inits)
{