From c5e1c66b734131d68c8327f3f36d746560c11174 Mon Sep 17 00:00:00 2001 From: Anthony Gaudino Date: Mon, 22 Aug 2016 16:13:00 -0300 Subject: [PATCH] Many of the gems installed bu just running `bundle install` are not necessary to test the Jekyll site. Changed the install command to avoid installing unecessary gems. --- site/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/README.md b/site/README.md index 27cd67c6..674d8b36 100644 --- a/site/README.md +++ b/site/README.md @@ -10,7 +10,7 @@ For information about contributing, see the [Contributing page](http://jekyllrb. You can preview your contributions before opening a pull request by running from within the directory: -1. `bundle install` +1. `bundle install --without test test_legacy benchmark` 2. `bundle exec rake site:preview` It's just a jekyll site, afterall! :wink: