Meteor.js - how do I include a debugOnly package when I deploy to production? -
i deploy meteor app , packages bundled , deployed, including marked debugonly
-- how can accomplish this? using arunoda's mup
, mupx
tools deploys , pushing heroku others.
thanks.
when run meteor deploy --debug
, deploy application same way in development mode. i'd bet running meteor build --debug
yield same results.
of course, may not idea with debugonly packages :)
Comments
Post a Comment