I noticed with release 1.1.0 that modules are not considered siblings of intern
anymore. For example, I used to be able to run something like http://localhost/intern/client.html?config=myproject/tests/config
but it appears to try to attempt to fetch it from http://localhost/intern/myproject/tests/config.js
instead as of previously http://localhost/myproject/tests/config.js
.
Is this intentional? Also, I tried to prepend ../myproject/tests/config
but it still apears to be fetching it relative to intern
.