I am writing a XUL application following the default structure for standalone XUL apps - that is, I have the following files:
./application.ini
./chrome
./chrome/chrome.manifest
./chrome/content
./chrome/content/main.xul
./chrome.manifest
./defaults
./defaults/preferences
./defaults/preferences/prefs.js
What bothers me is that sometimes I run my application with xulrunner, note something wrong and go change my main.xul file. However, when I run my application again with xulrunner, the presented window has not changed! After some time - usually some dozen minutes - my update appears when I run the application.
Is there some kind of cache for xulrunner? If so, could I disable it?
I am using xulrunner 2.0 on Mac OS X Snow Leopard.