Adding DevKit helpers (#6225)

Merge pull request 6225
This commit is contained in:
Joshua Byrd 2017-07-26 08:23:38 +10:00 committed by jekyllbot
parent 7b255baac2
commit 93169f60c3
1 changed files with 3 additions and 1 deletions

View File

@ -212,5 +212,7 @@ As of v1.3.0, Jekyll uses the `listen` gem to watch for changes when the `--watc
Add the following to the Gemfile for your site if you have issues with auto-regeneration on Windows alone:
```ruby
gem 'wdm', '~> 0.1.0' if Gem.win_platform?
gem 'wdm', '~> 0.1.1' if Gem.win_platform?
```
You may first have to download and install the [Ruby DevKit](https://rubyinstaller.org/downloads/) by following [the instructions here](https://github.com/oneclick/rubyinstaller/wiki/Development-Kit).