When I upgrade my qooxdoo application with new features sometimes it causes the browser to fail when loading the script/application.js file and displays a blank screen. Is there an easy way to check if that script failed and display a message to the user that they may need to clear their browsers cache?
Asked
Active
Viewed 113 times
1 Answers
1
Did you get any warnings in your browser console?
Every time you use a new class you haven't used before, you have to run (./generate.py source
). If you find that cumbersome read more about the source-all
and source-hybrid
jobs:

Richard Sternagel
- 440
- 2
- 5
-
It's not necessarily me, but the user's who come to the site get the error. I'm trying to provide a nice way for them to know when they need to clear their cache. It's a fairly in depth page, so caching is preferable until a new release comes out. – Jonathan Jul 22 '13 at 15:52