You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Took me a while to figure out why the build script didn't replace the css-tags with new one with the new hashed name. When i removed the closing slash it worked. Not sure if it is a bug or not but i couldn't find anything about it in the documentation and i didn't get any warnings.
To be clear. I changed this: <link rel="stylesheet" href="css/style.css" />
to this: <link rel="stylesheet" href="css/style.css">
and it worked
The text was updated successfully, but these errors were encountered:
Took me a while to figure out why the build script didn't replace the css-tags with new one with the new hashed name. When i removed the closing slash it worked. Not sure if it is a bug or not but i couldn't find anything about it in the documentation and i didn't get any warnings.
To be clear. I changed this:
<link rel="stylesheet" href="css/style.css" />
to this:
<link rel="stylesheet" href="css/style.css">
and it worked
The text was updated successfully, but these errors were encountered: