From 9ec6efb913c5b62ec4cdbf4cd46a3eebb64b0946 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Fri, 1 Dec 2017 14:59:32 +0100 Subject: 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 --- Gemfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Gemfile') 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' -- cgit v1.2.3