ember-cli-cordova
ember-cli-cordova copied to clipboard
A tool for creating hybrid apps using a combination of ember-cli and cordova
The [update-config-xml-version.js](https://github.com/poetic/ember-cli-cordova/blob/master/lib/tasks/update-config-xml-version.js#L5) don't match version using [semver](http://semver.org/) Running the command: ``` bash $ ember cordova:archive 1.0.0-alpha ``` The config.xml was not updated
This may actually be a feature request and not a bug.. What I am trying to do is add some custom css rules that are only applied when building for...
When running `ember cordova:build --environment=production --platform=android` and you have your keystore files defined in `ant.properties` cordova usually asks you for the according password: ``` -release-prompt-for-password: [input] Please enter keystore password...