cubes
cubes copied to clipboard
Use proper relative URL resolution
Shaders and such are fetched using URLs constructed by concatenation; proper relative URL resolution should be used instead.
Here is a JavaScript implementation of such: https://gist.github.com/1088850
Another possibility is to get the browser to rewrite the URL somehow; I have not heard of a 100% portable such trick.