-
Link to https://github.com/felixrieseberg/ember-electron/blob/master/docs/guides/ghost-pr in [upgrade.md#example-upgrade](https://github.com/felixrieseberg/ember-electron/blob/master/docs/guides/upgra…
-
Are there any plans to integrate testing framework(s) into the tool / templates?
I'm thinking in terms of `ng test` from the angular-cli.
Maybe I'm missing something (new here!)
-
Extracted from #173
Up to now I can report this:
1. ember-welcome-page uses a template tag `welcome-page` and exports assets now. No more express middleware.
2. This page loads fine when runni…
-
This may be related to `electron-rebuild`, but I thought it'd be worth filing a bug for this here since it appears that `ember electron:package` fails on a new/empty project created by `ember new ...`…
-
After setting things up with Node.js 7.0 everything launches, but when I open localhost:4200 I get:
plugin.js:8 Uncaught TypeError: requireNode is not a function
at Module.callback (plugin.js:…
-
In our latest iteration the output in `/dist` is now quite different for `ember electron` than it is for `ember build`, which might lead to some confusion, especially in projects that are not exclusiv…
-
1. Ember's `{{welcome page}}` (obvious thing to test lib at the first place) would not run after `ember electron:package` (if I've understood @anulman right it is due to issue with relative paths).
…
-
Hello,
I have been using Ember-Electron for the past month and so to develop a specific application.
While I have been developing using Linux, my application is supposed to run under Windows, so I h…
-
Here is my current versions
package.json electron dependency versions
"electron-packager": "6.0.0",
"electron-prebuilt": "0.37.5",
"electron-rebuild": "1.1.3",
"ember-electron": "1.3.2",
$ ember -v
…
-
Hello,
I updated my application with the 1.5.2 version of "ember-electron". And now "ember electron:package" doesn't work anymore for me.
To test this version and avoid mistakes with my application,…