I am sure I am not the only one stuck with having to deploy a static site to a subdirectory.
in fact we have www.example.com and mobile.example.com as well as tablet.example.com. tablet and mobile are subdirectories of the main hosting... so in fact there is a redirect to example.com/mobile and example.com/tablet
i am deploying separate docpad-generated sites into each of those subs.
it would be great to be able to specify a 'base directory' for static generation. Is it possible?
LIKE: docpad generate --env static -base_path 'blahblah'
i am on the latest docpad version 6.30.4
thx