Many JS files in index.html slows first loading of web site.
It happens because browser loads all JS (and CSS) files first
and then renders the page.
And if file doesn't containt any sensitive information
it should be removed.
Change-Id: I94b87a1f861872d4ef44af29065684e4ee0e3c97