Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't get any form of livereload working for iOS #196

Open
maxscott opened this issue Mar 6, 2016 · 2 comments
Open

Can't get any form of livereload working for iOS #196

maxscott opened this issue Mar 6, 2016 · 2 comments

Comments

@maxscott
Copy link

maxscott commented Mar 6, 2016

ember s then ember cdv run runs the app in the simulator fine, but I can't seem to trigger the livereload. My config/environment.js has the following:

cordova: {
  rebuildOnChange: false,  // though I've tried "true"
  emulate: false,          // "                      "
  emberUrl: 'http://' + addresses[0] + ':4200',
  liveReload: {
    enabled: true,
    platform: 'ios'
  }
}

Maybe I'm running cordova wrong, or this is a known limitation? Couldn't be certain from docs and closed issues.

@nicwillemse
Copy link

@maxwerr did you find a solution to this ?

@maxscott
Copy link
Author

maxscott commented Jan 5, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants