nature-of-code / Nature-of-Code-Website-Archive

Repo for web files for nature of code
https://noc-processing-archive.netlify.app/
111 stars 21 forks source link

Processing.js Canvas elements not working #9

Closed shiffman closed 12 years ago

shiffman commented 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)

stevenklise commented 12 years ago

Github Pages has Jekyll turned on by default.

Added .nojekyll to fix issue.

Closed with commit ab2611f