Closed shiffman closed 12 years ago
404 errors for PDE files:
Error: uncaught exception: Processing.js: Unable to load pjs sketch files: processingjs/intro/_I_1_RandomWalkTraditional/_I_1_RandomWalkTraditional.pde ==> Invalid XHR status 404
Will github pages not host a PDE file?
This gives error:
http://natureofcode.com/book/processingjs/intro/_I_1_RandomWalkTraditional/_I_1_RandomWalkTraditional.pde
But it is here:
https://github.com/shiffman/natureofcode.com/blob/gh-pages/book/processingjs/intro/_I_1_RandomWalkTraditional/_I_1_RandomWalkTraditional.pde
(via: https://github.com/shiffman/The-Nature-of-Code/issues/56)
Github Pages has Jekyll turned on by default.
Added .nojekyll to fix issue.
Closed with commit ab2611f
404 errors for PDE files:
Error: uncaught exception: Processing.js: Unable to load pjs sketch files: processingjs/intro/_I_1_RandomWalkTraditional/_I_1_RandomWalkTraditional.pde ==> Invalid XHR status 404
Will github pages not host a PDE file?
This gives error:
http://natureofcode.com/book/processingjs/intro/_I_1_RandomWalkTraditional/_I_1_RandomWalkTraditional.pde
But it is here:
https://github.com/shiffman/natureofcode.com/blob/gh-pages/book/processingjs/intro/_I_1_RandomWalkTraditional/_I_1_RandomWalkTraditional.pde
(via: https://github.com/shiffman/The-Nature-of-Code/issues/56)