Hello James,
When I change my Play Framework default route in "application.conf"
to
application.context = "/path/to/my/prefix"
I get a webjar/require.js error on Line 101:
GET http://localhost:9000/webjars/requirejs/2.1.8/require.js 404 (Not Found)
...
document.getElementsByTagName("head")[0].appendChild(script);
Could it be that the script tag does not have the current application context?
Jack