-
Notifications
You must be signed in to change notification settings - Fork 60
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
Auto-Reload not working #119
Comments
My bad, cordova.js was not linked properly, i wonder though why is it required for the cordova.js to poll the server ? Why can't a dev script be injected into the index.html or some other server side only measure ? PS the appzip method seems to take considerable time over the earlier near instantaneous reload. |
Hi @darkyen, Glad you figured out the issue. We're working through some of the shortcomings of the We actually do inject the polling logic into all HTML files. However, I've noticed that it listens for |
One more way could be using diffs ? After the appzip is sent only send the updated files, hot replace and reload them ? |
Yea, we've been calling that approach "delta updates." We definitely want On Wednesday, June 10, 2015, Abhishek Hingnikar [email protected]
|
I use a gulp task to build the files and then
phonegap serve
to serve them, it used to work before /appzip but now it doesn't. It detects files as changed but never updates the developer app.The text was updated successfully, but these errors were encountered: