Skip to content
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

Generated HTML shouldn't need to be run in docroot #125

Closed
coke opened this issue Sep 14, 2015 · 3 comments
Closed

Generated HTML shouldn't need to be run in docroot #125

coke opened this issue Sep 14, 2015 · 3 comments

Comments

@coke
Copy link
Collaborator

coke commented Sep 14, 2015

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.

@coke
Copy link
Collaborator Author

coke commented Sep 14, 2015

Bah, some content is in subdirectories, which means we do have to track the relative pathing. Still doable, though.

@coke
Copy link
Collaborator Author

coke commented Sep 14, 2015

... Found a third party tool that lets me serve up the directory as if it were root. Using that, rejecting my own ticket.

@coke coke closed this as completed Sep 14, 2015
@moritz
Copy link
Collaborator

moritz commented Sep 15, 2015

@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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants