Monday, 19 August 2013

refreshing javascript files in firefox

refreshing javascript files in firefox

I have a rails app that I am developing in firefox. Recently, my
javascript files have stopped refreshing when I open the app in the
browser. I tried using ctrl + f5, deleting my cache and cookies and
history, renaming the files, even deleting the file altogether to try and
get something to change, but nothing happened. When I view the source code
of the page, everything is correct, but the app doesn't do what it is
supposed to. I'm not able to put random numbers at the end of the src
attributes, because I am getting all my javascript files from the rails
helper <%= javascript_include_tag "application" %>. Is there anything else
I can do to get my javascript files to refresh?

No comments:

Post a Comment