mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
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
This commit is contained in:
parent
761364f64f
commit
134c1ba467
1 changed files with 1 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -8,4 +8,5 @@ group :development, :test do
|
||||||
gem 'rouge', '~> 1.7.4'
|
gem 'rouge', '~> 1.7.4'
|
||||||
gem 'sass', '~> 3.4.9'
|
gem 'sass', '~> 3.4.9'
|
||||||
gem 'scss-lint', '~> 0.31'
|
gem 'scss-lint', '~> 0.31'
|
||||||
|
gem 'jekyll-redirect-from', '~> 0.8.0'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue