You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.
In stumptown, HTML element pages can refer to their attributes by giving a path. They can also refer to their examples by giving a path. Unfortunately it seems we use a different convention for each:
I read examples/simple-example to mean the same as ./examples/simple-example. It'd basically be the same anyway if you path.join() with the current file's __dirname.
The only one that is bothersome is /content/html/global_attributes which feels magical and would not work to use path.join with, in any way.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In stumptown, HTML element pages can refer to their attributes by giving a path. They can also refer to their examples by giving a path. Unfortunately it seems we use a different convention for each:
...
attributes
expects us to have a leading./
for the current directory,examples
omits it. We should be consistent.@Elchi3 :
I guess we would need
../
and so on where the directory isn't under the current one?The text was updated successfully, but these errors were encountered: