philogb / jit

The JavaScript InfoVis Toolkit provides tools for creating Interactive Data Visualizations for the Web
http://thejit.org
Other
1.51k stars 297 forks source link

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

Open erkki123 opened 13 years ago

erkki123 commented 13 years ago

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

It should be:

erkki123 commented 13 years ago

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

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

evankroske commented 13 years ago

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.