You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@incubator.apache.org by GitBox <gi...@apache.org> on 2022/04/25 18:20:39 UTC

[GitHub] [apache-website-template] reckart commented on issue #14: Missing Gemfile and JB/setup

reckart commented on issue #14:
URL: https://github.com/apache/apache-website-template/issues/14#issuecomment-1108893721

   Adding a Gemfile with:
   
   ```
   source 'https://rubygems.org'
   
   gem 'github-pages', group: :jekyll_plugins
   ```
   
   Seems to allow `bundle install` to complete.
   
   However, then when running `bundle exec jekyll serve`, it fails to find `JB/setup` which seems to be included from all over the place.
    


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org
For additional commands, e-mail: cvs-help@incubator.apache.org