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:
authorThomas McDonald <thomasm@palantir.com>2015-08-21 00:13:50 +0300
committerThomas McDonald <thomasm@palantir.com>2015-08-21 00:16:28 +0300
commitec523617a3eb6da5b3e14f878931c769999f89a7 (patch)
treeb1ac9bf978cfc82a8666a770b83057f42089edfe /Gemfile
parentbe17600d7c8f582f220c3fadd065868a380ebb35 (diff)
add jekyll plugins to gemfile
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 23068bdfeb..adfacbc160 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,6 +5,7 @@ source 'https://rubygems.org'
group :development, :test do
gem 'jekyll', '~> 2.5.2'
+ gem 'jekyll-redirect-from', '~> 0.8.0'
gem 'rouge', '~> 1.7.4'
gem 'sass', '~> 3.4.9'
gem 'scss-lint', '~> 0.31'