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

Gem build script fails #26

Open
strogonoff opened this issue Aug 23, 2018 · 1 comment
Open

Gem build script fails #26

strogonoff opened this issue Aug 23, 2018 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@strogonoff
Copy link
Contributor

./develop/build fails, currently with:

Liquid Exception: Could not locate the included file 'logo.html' in any of ["/Volumes/Ribose 1/jekyll-theme-open-project/"]. Ensure it exists in one of those directories and, if it is a symlink, does not point outside your site source. in /_layouts/default.html

The cause is that theme gem currently tries to double as both theme itself and as test site for the site. It fails to be the test site.

It is useful to have the build script build the site and run some checks, even just a basic HTML markup validation.

@strogonoff strogonoff added the bug Something isn't working label Aug 23, 2018
@strogonoff strogonoff self-assigned this Aug 23, 2018
@strogonoff
Copy link
Contributor Author

Current idea is to bundle sources for a basic sample open project network, complete with a hub and a couple project sites, and to change ./develop/build to work with that instead of trying to build a site straight from theme gem contents.

@strogonoff strogonoff changed the title Build script fails Gem build script fails Sep 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant