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

Fix Jekyll bundle support #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sman591
Copy link
Member

@sman591 sman591 commented Oct 25, 2017

Before:

---> Building site with Jekyll...
Configuration file: /tmp/src/_config.yml
Source: /tmp/src
Destination: /opt/app-root/src
Incremental build: disabled. Enable with --incremental
Generating...
bundler: failed to load command: jekyll (/opt/app-root/src/bin/jekyll)
LoadError: cannot load such file -- jekyll/errors

After:

---> Building site with Jekyll...
Configuration file: /tmp/src/_config.yml
Source: /tmp/src
Destination: /opt/app-root/src
Incremental build: disabled. Enable with --incremental
Generating...
done in 1.355 seconds.
Auto-regeneration: disabled. Use --watch to enable.
Build completed successfully

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Resolves 'Error:  "\xE6" on US-ASCII' Jekyll error
@@ -4,6 +4,8 @@ MAINTAINER Steven Mirabito <[email protected]>

# Inform about software versions being used inside the builder
ENV JEKYLL_VERSION=3.2.1
ENV BUNDLE_PATH=/opt/app-root/bundle
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worth noting that I chose this completely at random, not sure if there's a better path

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

Successfully merging this pull request may close these issues.

1 participant