Skip to content

Commit

Permalink
Added live reload plugin for jekyll.
Browse files Browse the repository at this point in the history
  • Loading branch information
illegalprime authored and Michael Eden committed Feb 8, 2018
1 parent 368c12a commit a410ba3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ gem 'activesupport'
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.6"
gem "jekyll-livereload"
end
11 changes: 10 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,14 @@ GEM
public_suffix (>= 2.0.2, < 4.0)
colorator (1.1.0)
concurrent-ruby (1.0.5)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.5)
fastercsv (1.5.5)
ffi (1.9.18)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (0.9.1)
concurrent-ruby (~> 1.0)
jekyll (3.3.1)
Expand All @@ -28,6 +33,9 @@ GEM
safe_yaml (~> 1.0)
jekyll-feed (0.9.2)
jekyll (~> 3.3)
jekyll-livereload (0.2.2)
em-websocket (~> 0.5)
jekyll (~> 3.0)
jekyll-sass-converter (1.5.1)
sass (~> 3.4)
jekyll-watch (1.5.1)
Expand Down Expand Up @@ -66,9 +74,10 @@ DEPENDENCIES
fastercsv
jekyll (= 3.3.1)
jekyll-feed (~> 0.6)
jekyll-livereload

RUBY VERSION
ruby 2.3.3p222
ruby 2.5.0p0

BUNDLED WITH
1.16.1

0 comments on commit a410ba3

Please sign in to comment.