docpad-plugin-ghpages icon indicating copy to clipboard operation
docpad-plugin-ghpages copied to clipboard

v2.4.1 requires modifying assets in docpad.coffee

Open ghost opened this issue 12 years ago • 1 comments

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/

ghost avatar Jan 03 '14 16:01 ghost

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. 😃 🌻

mikeumus avatar Apr 16 '16 19:04 mikeumus