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
It seems like if the server returns a relative URL for a stylesheet, the client-side code in ClientCssHelper sees an absolute URL in the document, and when it compares that to the relative URL returned by getHeadStylesheets client-side, it thinks they're different and replaces them.
I didn't have time to investigate deeply, but I think this is what's happening. (I don't think it's something that #115 introduced)
The text was updated successfully, but these errors were encountered:
I noticed this while working on #115
It seems like if the server returns a relative URL for a stylesheet, the client-side code in ClientCssHelper sees an absolute URL in the document, and when it compares that to the relative URL returned by getHeadStylesheets client-side, it thinks they're different and replaces them.
I didn't have time to investigate deeply, but I think this is what's happening. (I don't think it's something that #115 introduced)
The text was updated successfully, but these errors were encountered: