v2.4.1 requires modifying assets in docpad.coffee
docpad v6.59.6 docpad-plugin-ghpages v2.4.1 docpad twitter bootstrap skeleton
after executing docpad deploy-ghpages --env static the site at github pages cannot find styles or scripts. Ultimately had to remove leading '/' from each entry of styles: [] and scripts: [] found in docpad.coffee.
for more info on problem resolution see thread at: http://seethroughtrees.github.io/posts/github-pages-with-docpad/
I've had similar issues with docpad-plugin-ghpages not handling I haven't noticed it most recently but it I encounter it again I may venture a pull-request to patch it. Sounds like a simple conversion that should happen when the docpad deploy-ghpages --env static is doing it's thing. 😃 🌻