When you make a project with the Meteor framework, it packages all the files together, but there doesn\'t seem to be a way to explicitly say \"I want this file to be loaded
You can always us a JS loader like yepnope.js and add it to the client.js file. This works for me.