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