You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merged in some long-outstanding PRs to fix the bugs
Bugfixes
#104 - After clone you get a cordova.js did not exist error #161 - Ember 1.13.0 Deprecations #183 - Deprecation in ember 2.1: The initialize method for Application initializer 'cordova:in-app-livereload' should take only one argument
#83 - make version number optional on archive command #80 - Open android project command #90 - Added check to tell the user if the locationType is not set to hash
Bugfixes
#79 - Error on ember server, Path or pattern "plugins/*" did not match any files
This release is an awesome one. It makes livereload on a device/simulator much easier and less error prone. To use it you just need to turn it on in your environment config and boot up the app in the simulator. It can't be much easier than that!
It also fixes a major bug where the cordova-init generator would consistently fail. 👎 on me for that.
As always, if you have any trouble of find some bugs please open an issue or submit a PR so we can get it fixed. I'm happy to help anyone who wants to contribute.
Enhancements
#71 - [BREAKING] Remove proxy requirement for live reload and extra plugins in starter kit that weren't needed
This change changes the config variable for live reload. It has been updated from a liveReload boolean to an object with enabled to true. See the updated docs here Simply update that and you're good to go.
Bugfixes
#77 - fix cordova-init create project failure and platform option