docpad / docpad-plugin-ghpages

Deploy your DocPad Website to GitHub Pages
Other
44 stars 14 forks source link

v2.4.1 requires modifying assets in docpad.coffee #22

Open ghost opened 10 years ago

ghost commented 10 years ago

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/

mikeumus commented 8 years ago

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