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.

This commit is contained in:
Anthony Gaudino 2016-08-22 16:13:00 -03:00
parent 594a6bf193
commit c5e1c66b73
1 changed files with 1 additions and 1 deletions

View File

@ -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: 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` 2. `bundle exec rake site:preview`
It's just a jekyll site, afterall! :wink: It's just a jekyll site, afterall! :wink: