We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To simplify testing, IWBNI all the HTML/JS/CSS links were relative.
Looks like all the HTML is in the top level directory, so we don't have to deal with different relative pathing at all.
The text was updated successfully, but these errors were encountered:
Bah, some content is in subdirectories, which means we do have to track the relative pathing. Still doable, though.
Sorry, something went wrong.
... Found a third party tool that lets me serve up the directory as if it were root. Using that, rejecting my own ticket.
@coke, fwiw there's also an app.pl in the root dir of the repo, which serves the generated files via HTTML (it's a Mojolicious p5 app).
app.pl
No branches or pull requests
To simplify testing, IWBNI all the HTML/JS/CSS links were relative.
Looks like all the HTML is in the top level directory, so we don't have to deal with different relative pathing at all.
The text was updated successfully, but these errors were encountered: