Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running jekyll from outside of root causes plugin to fail #8

Open
k-funk opened this issue Aug 2, 2016 · 0 comments
Open

Running jekyll from outside of root causes plugin to fail #8

k-funk opened this issue Aug 2, 2016 · 0 comments

Comments

@k-funk
Copy link
Contributor

k-funk commented Aug 2, 2016

This line may be incorrect, it should probably use site.source somehow. My app is structured:

├── root
│   └── app
│       ├── _pages
│       └── _site

and I run from root, so Dir["#{pages_dir}/**/*"] finds nothing when pages_dir = './_pages' and File.file? finds nothing if pages_dir = './app/_pages'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant