-
## Titel: How I created a desktop app in minutes
- Length: 30mins (15mins basics, 15mins demo)
- Date: Probably May or June?
I'll show how Electron works, why it is so popular and how easy it i…
-
How do you set the `--loop-file` option to `inf`?
It would seem this is not a property. Attempting to set it as a property causes the Electron app to crash. I've tried sending it as a command as …
-
```
EPERM: operation not permitted, unlink 'electron-out/project/node_modules'
Error: EPERM: operation not permitted, unlink 'electron-out/project/node_modules'
at Object.fs.unlinkSync (fs.js:1…
jfrux updated
7 years ago
-
Not sure if this is an ember-electron related issue...
In my ember adapter I set an authorization header which works with no problems (running the ember app in a web browser)
```javascript
head…
-
Hello!, I have an initial app to try ember-electron but it seem to be
somethink wrong. When i run `ember electron:tests` i get:
![12 2017-04-20 19-00-34](https://cloud.githubusercontent.com/assets…
-
I have an ember v2.12.1 app that runs just fine on OSX 10.12.4 in the evergreen browsers. `$ ember electron:package` works as expected and creates a mac application. Same if I specify `-p win32`.
W…
-
I can't find the option to disable the livereload and the livereload still on when i package electron.
thank you :smile:
-
Hello!
I am packaging with ember electron and I want to sign my .exe without command line in windows.
Exists any way to sign a .exe with ember electron? It will be possible with 2.0?
Thanks!
-
One thing that FastBoot would really benefit from is the first-class notion of "targets" in Ember CLI. Currently there is a notion of "environment," but this is not granular enough to support many use…
-
For some reason, it seems that an old temp path (on generated on last `ember electron` run) is used to load the Ember Inspector. I think what is happening is that after we install it (via `addDevTools…