mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-12 17:33:05 +08:00
jekyll now includes livereload
This commit is contained in:
1
Gemfile
1
Gemfile
@@ -8,7 +8,6 @@ group :jekyll_plugins do
|
||||
gem 'jekyll-redirect-from'
|
||||
gem 'github-pages', versions['github-pages']
|
||||
gem 'jekyll-octicons'
|
||||
gem 'jekyll-livereload'
|
||||
gem 'jekyll-readme-index'
|
||||
gem 'jemoji'
|
||||
end
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
bundle exec jekyll serve -L
|
||||
bundle exec jekyll serve --livereload
|
||||
|
||||
Reference in New Issue
Block a user