tempalias
tempalias copied to clipboard
Merge all JS files into one
Right now we are doing too many requests for the initial page load. We should try to consolidate all the JavaScript into one file.
one of my issues with this is that I want to keep deployment as easy as possible (git pull - no scripts or anything)