jit icon indicating copy to clipboard operation
jit copied to clipboard

Examples refer to wrong absolute path after python make.py build

Open erkki123 opened this issue 14 years ago • 2 comments

For example, in Examples/Other/example1.html the location for jit.js is wrong. After build it is:

It should be:

erkki123 avatar Apr 12 '11 15:04 erkki123

was src="../../jit.js"

should be src="../../Jit/jit.js"

erkki123 avatar Apr 12 '11 15:04 erkki123

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.

evankroske avatar Apr 15 '11 14:04 evankroske