TwinedRope / TwinedRope.github.io

1 stars 0 forks source link

Zip.js Node Module Aborts on Load #30

Closed JeffreyGaydos closed 1 year ago

JeffreyGaydos commented 2 years ago

Not really sure what's going here. Take a look at deploying a react app, maybe that will be a better solution in general

JeffreyGaydos commented 1 year ago

So gh-pages works by statically building using Jekyll, which appears to be Ruby-based (so no windows 😞). By default, even though I have node_modules checked in to git, Jekyll will still ignore this folder. Fixed by changing the folder name, but there might be a sleeker way of doing it that allows me to ignore the node_modules like a normal repo would. However, I don't plan on using many more modules