How to use native client-side libraries in Meteor?
Current Meteor version: Preview 0.6.6.3 I am tying to add client libraries in my Meteor project (on Ubuntu and also on Windows) with Meteor or meteorite, such as Taggle.js . Those libraries are not available as packages on Atmosphere. I tried to copy and paste my *.js in the .meteor/local/build/programs/client or .meteor/local/build/programs/client/app but it didn't work. How can I put client-side native libraries in my Meteor project? My current application structure: my_app/ css/ pages/ js/ .meteor/ You shouldn't manually mess with files in .meteor directory (except for packages and release