From: wangsai Date: Sun, 23 Aug 2015 23:45:12 +0000 (+0800) Subject: Add jekyll-redirect-from plugin in Gemfile, ohterwise report ".../jekyll/plugin_manna... X-Git-Tag: v4.0.0-alpha.2~426^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=134c1ba4671b5444a23c74531e4775f27ce8f4a3;p=thirdparty%2Fbootstrap.git Add jekyll-redirect-from plugin in Gemfile, ohterwise report ".../jekyll/plugin_mannager.rb:29:in require: cannot load such file -- jekyll-redirect-from (LoadError)" when jekyll build --- diff --git a/Gemfile b/Gemfile index 23068bdfeb..cc3e50b7f4 100644 --- a/Gemfile +++ b/Gemfile @@ -8,4 +8,5 @@ group :development, :test do gem 'rouge', '~> 1.7.4' gem 'sass', '~> 3.4.9' gem 'scss-lint', '~> 0.31' + gem 'jekyll-redirect-from', '~> 0.8.0' end