I want to add a JavaScript front-end plugin, like jquery.center.js, to a Meteor app.
jquery.center.js
If I put it in my app/ directory and refresh the page
app/
Put it inside the client folder such that it is only loaded on the client, no need for jQuery on server.
client