2

Any idea why Github ignores this directory:

https://github.com/amahdy/DroneTrek/tree/master/ww

For example, this gives 404

https://amahdy.github.io/DroneTrek/ww/WorldWind.js

LxL
  • 1,878
  • 2
  • 20
  • 39
AMahdy
  • 123
  • 2
  • 10
  • Possible duplicate of [Why are Github project document page urls case sensitive? What are the negative effects?](https://stackoverflow.com/questions/6650488/why-are-github-project-document-page-urls-case-sensitive-what-are-the-negative) –  Aug 06 '17 at 18:51

1 Answers1

1

I believe Github is case sensitive for file names.

try: https://amahdy.github.io/DroneTrek/ww/worldwind.js

StuM68
  • 66
  • 3
  • Didn't notice the problem in the `require` library: https://github.com/amahdy/DroneTrek/commit/5235f0a17b0a1be59fb3418f28e57db1a187a259 – AMahdy Aug 06 '17 at 19:18