I am trying to build a Meteor package that generates static files for the client to consume. I cannot seem to figure this out. I have tried to write files to the public
directory as well as adding assets via compileStep.addAsset
, but neither appear to work.
Is there a standard way to do this?
I see a very similar question, but it is a bit old & does not appear to work anymore.