Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firefox and RequireJS still pulling from cache even with toolbox open

I'm using FirefoxDeveloperEdition 36 on OSX 10.10.1. I've enabled the "Disable Cache (when toolbox is open)" option in the toolbox's settings panel:

Disable Cache (when toolbox is open) is enabled

However, I'm not seeing my changes until I manually clear the cache via Preferences => Privacy => clear your recent history, even if I have the toolbox open.

I'm using RequireJS to load my script dependencies. It looks like other people have had issues with RequireJS and caching, so I'm guessing this is the root issue.

Is this option not working as promised, or am I doing something wrong? I'd like to avoid the urlArgs workaround if possible.

I haven't noticed this behavior in any other browser.

like image 545
Nathan Friend Avatar asked Dec 25 '14 22:12

Nathan Friend


1 Answers

This is a known bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1129806

Be sure to upgrade to the latest Firefox release, as some aspects of the bug have been fixed already.

like image 184
Daniel Darabos Avatar answered Sep 30 '22 15:09

Daniel Darabos