I have a meteor app. When I build it, it creates a directory bundle/programs/web.browser[.legacy]. Inside that directory is a file named <hash>.js
. How do I add headers to the web response when this file is served?
I’m using Meteor 1.11 (upgrade to 2.x is planned soon).