Hi, I am developing a Website with mostly JavaScript.
But recently I had issues with CACHE management. I tried replacing JS file extensions with .css extensions and the CACHE issues were gone.
The only issue is when debugging, those files won't show up on the DEBUGGER/SOURCE window because most probably those files were recognized as "CSS" but in truth they are JS with .css extensions.
Chromium based browsers, however detects them fine, I think they scan the files then determine from the scan what type of FILES they are instead of only basing on the extensions.
It's the only thing that's keeping me from going full time on FIREFOX. I hope you guys can find a way to fix this. Thanks very much!