Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwangsai <wangsai@bootcss.com>2015-08-24 02:45:12 +0300
committerwangsai <wangsai@bootcss.com>2015-08-24 02:45:12 +0300
commit134c1ba4671b5444a23c74531e4775f27ce8f4a3 (patch)
tree9bdf2a37ce836305b7e7a2ba42fbdfed6974088d /Gemfile
parent761364f64fcbf50be7708d7ec15a9d1335c37523 (diff)
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
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
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