jnordberg / gif.js

JavaScript GIF encoding library
http://jnordberg.github.io/gif.js/
MIT License
4.74k stars 668 forks source link

Invalid symlinks (on Mac OS) #125

Open greg7gkb opened 4 years ago

greg7gkb commented 4 years ago

Minor but breaks our build/packaging system:

In the Github repo, the /site/contents symlinks seem to point to "./../../dist/" directory, however locally on my Mac these are showing up as simply "dist/', and therefore are invalid.

ls -l yields: 11 May 21 18:37 gif.js -> dist/gif.js

and more gif.js yields an error: No such file or directory