Are server-side scripts cached?

Are scripts, such as the boot-up .js file cached after they've first been loaded? I tried to modify one of the script files without re-building the app, but it still seemed to run with the old version of the script. I tried force quitting the app beforehand to see if that would reset it, but it was still using the old script file.


If this is the case, is there any way prevent the app from caching script files, or rather make it re-load on app launch?

Replies

All http links are cached using cache-control directives. Try running you app after clearing all cache and changing your server to disallow client side caching.