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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2017-12-01 16:59:32 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2017-12-01 17:02:03 +0300
commit9ec6efb913c5b62ec4cdbf4cd46a3eebb64b0946 (patch)
tree7702a5a957038acd6bc0e03ffc00b9ee15ca2a45 /Gemfile
parent3c1262c6eae0e6a476c56e881336d52e03b4f54b (diff)
Add needed adsf-live gem for live reloading
- https://github.com/ddfreyne/adsf/blob/master/NEWS.md#140-2017-11-26 - https://github.com/nanoc/nanoc/blob/master/NEWS.md#4813-2017-11-27
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 351f96ab..0d29553c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,6 +2,7 @@ source 'https://rubygems.org'
gem 'nanoc', '~> 4.8'
gem 'adsf'
+gem 'adsf-live'
gem 'sass'
gem 'redcarpet'
gem 'rouge', '~> 2.0'