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
Similarly, if I have a CDN setup to transparently grab all files from my site, such that all image, asset, and js files are prefixed with https://cdn.mysite.com, it will also ignore the reference and not update.
Right now I am prepared to do a false-reference, but prepending a non-existing folder with a unique string, and doing string replaces, but that seems very counter intuitive
If a reference to a css or js file is prepended with a ./, the parser will not replace the reference, but an open local reference works fine.
eg:
will not work, but the following does:
The text was updated successfully, but these errors were encountered: