Chrome Developer Tools caches old version of JavaScript files

后端 未结 5 2085
执念已碎
执念已碎 2021-02-19 08:19

I\'m experiencing a strange intermittent issue with Chrome Developer tools hanging on to old versions of JavaScript files. I\'ll be developing some JS app, things humming along

5条回答
  •  旧时难觅i
    2021-02-19 09:01

    Some code editors such as rubymine cache js files.

    To solve for rubymine: File > Invalidate Cache/Restart

提交回复
热议问题