Closed kdzwinel closed 8 years ago
After gemfile was added bundle install + bundle exec jekyll serve is the only setup that works for me. Using jekyll serve alone gives me some dependency error. As far as I understand bundle exec ensures that right versions of all packages are used.
bundle install
bundle exec jekyll serve
jekyll serve
bundle exec
After gemfile was added
bundle install
+bundle exec jekyll serve
is the only setup that works for me. Usingjekyll serve
alone gives me some dependency error. As far as I understandbundle exec
ensures that right versions of all packages are used.