Right now when the site loads we're loading every single script all at once, including a bunch of old and mostly unused generators and goal lists. Now that we're getting more and more of these it's starting to get a bit unwieldy.
We should try to only load what scripts we actually need at the time. This is surely possible using the bingo.js's version selection stuff.
Also while we're at it maybe we should start putting the generators.js and goals.js-es into folders?