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...
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.jsfile 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...