-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug - theming assets links broken (404) #1792
Comments
Linking for posterity: wet-boew/wet-boew#9060 |
We have some live Internet examples showing the breakage due to GCWeb theme assets links now 404 (though we will be fixing our websites with local assets later today): Please keep backward compatibility in mind, preferably as the topmost priority, Another thing I would highly suggest is to have end users host the GCWeb assets on their own servers Many thanks! Related issue: wet-boew/gcweb-jekyll#21 |
In retrospect, perhaps the root issue lies with assumptions made in gcweb-jekyll? |
I confirm this broken link was introduced when we have made recent changes to our continuous deployment script from travis-ci to github action, in the preparation of the GCWeb release v9.2.0. An immediate and permanent solution will be to add the missing folder name "GCWeb" for the base URL. Example:
Those URL / files locations are not in scope of our Public API according to : https://wet-boew.github.io/wet-boew-documentation/decision/3.html I will fix the broken link into the source file: /site/pages/gcweb-theme/static-header-footer/bootstrap-3.html along with the PR: #1784 You are free to submit a PR that will re-introduce those folder into the GCWeb "dist" by updating the continuous deployment script here: https://github.com/wet-boew/GCWeb/blob/master/.github/workflows/cd.yml |
Describe the bug
Multiple theming elements referenced in the static-header-footer are unavailable (404) as of approximately 16h EST on 10/03/2021.
Files affected:
To Reproduce
Steps to reproduce the behavior:
Alternatively,
Example
The site in question is only available on my agency's intranet. As such, I cannot provide a useable link.
Current behavior
Theming elements are not accessible. The most notable issue is that, without the CSS, the theme menu is unstyled and takes up most of the page.
Expected behavior
The expected behaviour would be that the theming elements load (unless there has been a major update that I am not aware of?).
Screenshots and/or logs
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
I am not a web developer and am very open to other solutions if they exist. I do have the GCWeb theme downloaded locally but it's not clear if that's the best solution.
The text was updated successfully, but these errors were encountered: