bootstrap.min.css 404 #12

Closed
opened 1 year ago by fekt · 2 comments
fekt commented 1 year ago
Collaborator

The RPC docs have been displaying without styling for a minute due to bootstrap.min.css returning a 404. It's in the repo but may not be getting pushed to the site. I'll try editing to see if it updates.

The RPC docs have been displaying without styling for a minute due to bootstrap.min.css returning a 404. It's in the repo but may not be getting pushed to the site. I'll try editing to see if it updates.
fekt commented 1 year ago
Poster
Collaborator

Seems the file never gets added back on the site and guessing it may be ignored. Looks like it got removed in this commit initially: d26d8a61ea

It was added back but never pushes to the site.

Seems the file never gets added back on the site and guessing it may be ignored. Looks like it got removed in this commit initially: https://git.hush.is/hush/faq.hush.is/commit/d26d8a61eac88fb72c530623ee814098304ff8e2 It was added back but never pushes to the site.
duke commented 1 year ago
Owner

@fekt this repo has no .gitignore and it's not possible for a file of a commit to not be pushed. Commits in git are atomic, either the entire commit is pushed to the remote or none of it.

According to git log -p -- rpc/bootstrap.min.css it was removed in ed773b3c2b and re-added in 6f1852c348 with the latest commit 2673b20a4e adding a copyright line.

@fekt the issue was server-side, the automatic git pull was not working do to an unrecognized ssl cert. It's fixed now as can be seen with curl https://faq.hush.is/rpc/bootstrap.min.css

@fekt this repo has no .gitignore and it's not possible for a file of a commit to not be pushed. Commits in git are atomic, either the entire commit is pushed to the remote or none of it. According to `git log -p -- rpc/bootstrap.min.css` it was removed in ed773b3c2bf1294dbdb10de32a28d8a8654b2ce5 and re-added in 6f1852c3482765ad96cc3a4ac6b889dc50ba2d31 with the latest commit 2673b20a4edc0c075440efd24168b574bf0a84c2 adding a copyright line. @fekt the issue was server-side, the automatic git pull was not working do to an unrecognized ssl cert. It's fixed now as can be seen with `curl https://faq.hush.is/rpc/bootstrap.min.css`
duke closed this issue 1 year ago
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.