jit
jit copied to clipboard
Examples refer to wrong absolute path after python make.py build
For example, in Examples/Other/example1.html the location for jit.js is wrong. After build it is:
It should be:
was src="../../jit.js"
should be src="../../Jit/jit.js"
The path to jit.js is correct, but the location of the examples is wrong. The examples are currently built in Examples, then copied to Jit/Examples; the path to jit.js assumes that the examples are in Jit/Examples. Look in Jit/Examples to see the examples working properly.