-
Notifications
You must be signed in to change notification settings - Fork 30
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
Most build images for relative linked assest are broken for yarn build
#676
Comments
This is a direct result of changes in the blockchain and smart contract mods convention @JoshOrndorff 😭 |
You mean putting the images next to the content? I was already doing that in BA, and I don't remember it being a problem then. |
I struggled a lot with |
The issue is not the discovery of the inner paths rather than the wrongly given relative paths. #681 is fixing these paths. A nice protecting measure against broken links is to add a CI rule that will not allow merge of code if there is a link that is not found (we already did that in Documentations repo with Kian) |
100000% this! I added it way back in #368 But then it got taken out because github wouldn't let us use their ci for free for a repo that we aren't willing to let the world learn from. So it was removed in #420. Finally, github caved and decided they would let us use their ci free even though we are hoarding our private content. So then the CI was kind of added back in #648 but this is not that useful because it doesn't check PRs. It only runs after the PR is merged when it is too late. |
Since my preference to put images right beside content came into question, I'll take this opportunity to explain why I think this is a good idea. There are two main reasons.
Just my 2c. |
I agree with the approach having the |
related to #42 |
yarn build
yields a lot of issues with finding assets that are because of not locating them in a top-levelassests
dir.The hosted slides and now broken, and must be fixed by one of the following:
./build/...
and others are not - our patched version is https://github.com/NukeManDan/reveal-md/tree/patch-1 for implementing such a fix. (hope it's easy to do... unclear)This is pressing as any rendered version for student use depends on this working!
Related to #671
The text was updated successfully, but these errors were encountered: