GoogleChromeLabs / web-audio-samples

Web Audio API samples by Chrome Web Audio Team
https://bit.ly/web-audio-samples
Apache License 2.0
695 stars 197 forks source link

GitHub Pages removes the rainfly/_app/ directory #402

Closed Kizjkre closed 1 month ago

Kizjkre commented 1 month ago

To reproduce:

  1. Visit Rainfly
  2. Open the JavaScript console

This thread talks about how GitHub processes GitHub Pages through Jekyll, which removes directories that start with _. Rainfly uses the _app directory for much of the JS files, which gets removed by GH Pages, giving a 404 when trying to access them.

To fix:

Add a .nojekyll file to the root directory in the gh-pages branch.

Kizjkre commented 1 month ago

Fixed in 9b8ed08683e68b4c3e0df7cacc848b48351dd293