Meteor : Access to my public/lib from server
问题 According to the Meteor Doc, the public fodler is accessible for both server and client. But, if I just need to use the HTML head elements to access it, how can I do it from server ? I made a lib with very specific functions, and I'm tired of copy pasting them at the top of each of my server .js file. Could anyone give me the tip ? I couldn't find out on google :/ Thanks you, David 回答1: You are making your life harder than necessary. Any folder that is not called client , server , private ,