Right now we serve a giant, unminified, 50k-line main.js file. For now we don't want to worry about async loading, but we could probably get a good boost from minifying this file. Unfortunately, I've been lazy and haven't been using angular's array notation. Thus this includes a small refactor and minification.
Right now we serve a giant, unminified, 50k-line
main.js
file. For now we don't want to worry about async loading, but we could probably get a good boost from minifying this file. Unfortunately, I've been lazy and haven't been using angular's array notation. Thus this includes a small refactor and minification.