Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 804 Bytes

DEVELOPMENT.md

File metadata and controls

32 lines (23 loc) · 804 Bytes

Development

Use Bundler to install project dependencies. Because we support Jekyll versions 3 and 4, we have separate Gemfiles for installing dependencies:

Install dependencies for the selected Gemfile:

BUNDLE_GEMFILE=Gemfile-jekyll4 bundle install

Use the Rakefile to run common tasks. To see the tasks available:

BUNDLE_GEMFILE=Gemfile-jekyll4 bundle exec rake -D

Run linter (Rubocop) and tests:

BUNDLE_GEMFILE=Gemfile-jekyll4 bundle exec rake