GregPeden / click-confirm

Convenient and elegant inline user confirmation of UI events.
https://sirlamer.github.io/click-confirm/
MIT License
27 stars 13 forks source link

Documentation broken #8

Closed MorpheusXAUT closed 6 years ago

MorpheusXAUT commented 6 years ago

It appears like the documentation linked in the README/top of the repo is currently broken - at least it only displays <% if (htmlWebpackPlugin.options.description) { %> <% } %> instead of the actual site content for me. Looks like it's trying to load the stylesheet from https://sirlamer.github.io/dev/style.css, which returns a 404. Current non-functional in Chrome 64.0.3282.119 and Firefox 58.0. I assume something changed with GitHub's page feature that rendered the documentation non-functional, since my regular package installation still works fine locally.

Just figured I'd point it out if other people are also running into this issue, looking for documentation 😄

GregPeden commented 6 years ago

Thank you, you are right, I will look in to that.

GregPeden commented 6 years ago

Fixed, I think GitHub changed the documentation location requirements and I didn't pick up on that, so it was loading the wrong index.html. I had to move assets around so that the documentation compiles to /docs