My app runs great with electrify, but as a simple test I tried using the example electron method from the "Meteor x Electron integration" section. But when I try and call the method I get:
"method hello.world was not defined"
If I wrap the call in Electrify.startup(function(){ then it doesn't return anything
I can help you debug this issue if needed. Do you have code available that I could look at? I'm interested in your .electrify/index.js and where you call the Electrify object in your meteor app code.
My app runs great with electrify, but as a simple test I tried using the example electron method from the "Meteor x Electron integration" section. But when I try and call the method I get: "method
hello.world
was not defined"If I wrap the call in Electrify.startup(function(){ then it doesn't return anything
fyi i'm using Meteor 1.3.4.1 with Angular2