-
Could you guys tag and release 0.0.9?
HEAD master works great but 0.0.8 causes an infinite recursion with ember-cli 0.0.45.
-
A few month ago I developed a chrome/firefox extension with ember for the popup UI. Right now I'm updating this extension and would like to use ember-cli as well.
The basic problem is that Chrome do…
-
Currently the generators only work inside of projects. I like the idea of having an outside of project generator. The main use for this I see is that it would allow "project generators". [#1374](https…
-
In windows 7 i have to be an administrator in order to create symlinks. If i don't do this i get a failure. The interesting issue here is that when ember-cli-cordova fails, router.js disappears.
embe…
-
I would like to have a command to open up an android project, whether eclipse, android studio, etc from the command line. But I have no idea how to do this and quick googling doesn't work. If anyone w…
-
I am writing an Ember app and using PhoneGap Build to port it to iOS and Android. The problem I'm having is pressing 'Sign out' on either device doesn't redirect appropriately. In order to move forwar…
-
Hi,
I have an application which i want to convert into a cordova application.
When running:
> ember cordova:init com.x.a --platform android
there is a lot of code which is added.
As i see in the …
-
When i run the cordova:init on windows i get
C:\Users\davidga\Desktop\ember_test\my-new-app\config>ember cordova:init poetic.myapp
version: 0.0.39
Installing npm dependencies...done
Removing defaul…
-
recently we have expanded what an addon is and now support cases such as additional commands.
see: https://github.com/poetic/ember-cli-cordova/ as an example
additional ideas:
- [ ] pickup proxy rul…
-
It would be nice if the ember cordova commands checked for the existence of the dist/ folder before trying to run. This would prevent errors such as 'Current working directory is not a Cordova project…