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
For example if the following include lines were included into a script, there would be trouble:
//= github://blah/blah/blah.js//= foo
For some reason, the request to the local foo.js file is being directed back to the web url associated with the previous requests. While I have put in some tests to attempt to replicate this behaviour, so far I have not been able to.
It's definitely happening in builds though...
The text was updated successfully, but these errors were encountered:
OK - I definitely need to look into this then. When it was only affecting me, I put it on the backburner. I'll try and have a look at this in the next couple of days...
For example if the following include lines were included into a script, there would be trouble:
For some reason, the request to the local
foo.js
file is being directed back to the web url associated with the previous requests. While I have put in some tests to attempt to replicate this behaviour, so far I have not been able to.It's definitely happening in builds though...
The text was updated successfully, but these errors were encountered: