Drupal has an option to "aggregate" (that is, to combine) multiple js or css files into one, to reduce the number of files going over the network.
Does Meteor have something similar? Obviously for development it is nicer to have the files all separate. But on production it would be great to have them bundled (and minified).