You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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. 😃 🌻
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/
The text was updated successfully, but these errors were encountered: