-
I am using ember-electron 1.12.7 and electron 1.6.1. My app is cross-platform. My primary development environment is on Mac. Building, running, packaging and signing on Mac for a Mac app works beautif…
-
[Enter steps to reproduce:]
1. switch between open tabs
2.
**Atom**: 1.14.2 x64
**Electron**: 1.3.13
**OS**: Mac OS X 10.12.3
**Thrown From**: [status-bar](https://github.com/atom/status-ba…
petey updated
7 years ago
-
Line 90 in `electron.js` defines the `electronCommand` path. If this contains spaces then running the command will fail (on Windows at least).
Changing the line to the following seems to fix things:
…
-
I just tried to create an application with ember-electron.
The development version via `ember electron` runs fine, but i can't package a running app.
It always just shows a blank page, as if ember…
-
[Enter steps to reproduce:]
1. ...
2. ...
**Atom**: 1.15.0 x64
**Electron**: 1.3.13
**OS**: Mac OS X 10.12.3
**Thrown From**: [atom-ember-components](https://github.com/JustParsa/atom-ember-…
denzo updated
7 years ago
-
I just discovered this command via `ember help` and am very interested to learn more. Are there docs describing how to use this? I would very much like to be able to provide an AppImage file for Linux…
-
Hello, please i'm getting this error when trying to package my app with ember electron:package
I got this error
`Error: ENOENT: no such file or directory, scandir '/Library/WebServer/Documents/spe…
-
Seems I forgot quite a few files.
- [x] index.js
- [x] files/tests/electron.js
- [x] files/ember-electron/electron.js
- [x] files/config/environment.js // I'm not quite sure here. Maybe we shoul…
-
This is somewhat of an annoyance: Whenever I run said command, my cursor is gone and can only be restored by a `reset` or by doing an `echo "\u001b[?25h"`.
I've tried to look at the build command a…
-
I'm working on an `ember-cli` project and doing command-line and CI testing using PhantomJS. For reference, here are the versions of each in my environment:
- PhantomJS: 2.1.1
- Ember-CLI: 2.4.3
- Nod…