I’ve known for years I was delivering my web application the wrong way. Dropping 9 script tags at the top of a page and blocking UIDropping 132 script tags at the bottom of a page, screwing up the order of dependencies and flooding the networkUsing AMD without a build with waterfall dependency loading (oops)Using modules with a build, sending 650 kilobytes of gzipped code in a single file that the