Add Livereload support for dev
This commit is contained in:
parent
800576471e
commit
46d92e5c2c
1 changed files with 1 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -18,6 +18,7 @@ gem "jekyll", "3.4.0"
|
|||
# If you have any plugins, put them here!
|
||||
group :jekyll_plugins do
|
||||
gem "jekyll-feed", "~> 0.6"
|
||||
gem "jekyll-livereload"
|
||||
end
|
||||
|
||||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||
|
|
Loading…
Add table
Reference in a new issue