We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I am trying to run the example with bundle exec jekyll serve, and it only renders an RSVP page with no styling.
bundle exec jekyll serve
I do see an error in the Jekyll serve log:
[2024-03-10 15:24:58] ERROR `/assets/main-bundle.js' not found.
Is there something I can try to fix this? Thank you!
The text was updated successfully, but these errors were encountered:
I fixed this issue by changing the Gemfile to
source "https://rubygems.org" gem "jekyll-theme-easy-wedding"
The one in the example folder has a local reference to the theme gem
Sorry, something went wrong.
I was not able to solve this issue. I have been looking everywhere. Any help would be appreciated.
No branches or pull requests
Hello,
I am trying to run the example with
bundle exec jekyll serve
, and it only renders an RSVP page with no styling.I do see an error in the Jekyll serve log:
[2024-03-10 15:24:58] ERROR `/assets/main-bundle.js' not found.
Is there something I can try to fix this? Thank you!
The text was updated successfully, but these errors were encountered: