Replies: 1 comment
|
This functionality will eventually be useful for direct EPUB generation as well. It's on the todo "some day" list. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Apologies if I've missed something obvious, but it would be very convenient to have an lwarp parameter that would specify the directory to be used for all output (HTML, images, css, etc.) that are required to be a DocumentRoot in a web server. Currently I have to use scripts to separate (move or copy) the generated output files and required support files from the source and auxiliary files in the project directory into a separate "clean" output directory. With this functionality built into lwarp, one could simply copy the project's output directory to a web server and be ready to go.
All reactions