-
Notifications
You must be signed in to change notification settings - Fork 20
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
Ripple has cached my javascript and html! #18
Comments
Hi, Have you resolve this problem yet? |
Anyone has any workarounds? |
Having this issue with Chrome a year later. Hard reload using Chrome DevTools and complete restart of Visual Studio still do not clear this problem. What a pain! Found an answer on the Cordova forum. In my case the above symptoms were caused by the Cordova cache. Clear it out and it will pick up your changes. HOW TO: If you're in VisualStudio, go into your Tools -> Options -> Tools for Apache Cordova and clear the cache. That closes your project if it's open. Then remove the platform subfolder in /platforms that corresponds to the platform that ripple is caching for. When you reopen your solution and rebuild, it may take a while longer but the cache will be cleared out and all the latest should show in Chrome. It's worthy to note that Ripple did fine after that, picking up changes to my project as I went along. |
I have noticed that Ripple is served old Javascript! I've cleared the cache in Chrome and re-started Ripple. It makes no difference.
Where is the web server that Ripple uses located on a Mac?
How can I 'kick' it to clear its cache?
Thanks
The text was updated successfully, but these errors were encountered: