I just upgraded our WeBWorK server to 2.18 and I'm running into an interesting problem. Sometimes, when a page is loaded, the links to the CSS files give me 404 errors since they're not pointing to the minified versions with the hashes in the filenames. For example:
<link href="/webwork2_files/themes/math4-green/bootstrap.css" rel="stylesheet">
But after refreshing (sometimes several times), I finally get the correct link, e.g.,:
<link href="/webwork2_files/themes/math4-green/bootstrap.4be740be.min.css" rel="stylesheet">
I tried clearing my browser's cache, but that didn't help. Any thoughts?
Thanks!