Adding 'liquid' as a dependency.

This commit is contained in:
Wen Kokke 2020-07-02 21:54:08 +01:00
parent 45f40d0d8d
commit 615cdfe245
2 changed files with 6 additions and 1 deletions

View file

@ -9,3 +9,8 @@ group :development do
gem 'guard-shell'
gem 'html-proofer'
end
group :epub do
gem 'safe_yaml'
gem 'liquid'
end

View file

@ -9,7 +9,7 @@ RUBY := ruby
GEM := $(RUBY) -S gem
BUNDLE := $(RUBY) -S bundle
JEKYLL := $(BUNDLE) exec jekyll
HTML_PROOFER := $(BUNDLE) exec htmlproofer
HTMLPROOFER := $(BUNDLE) exec htmlproofer
LUA_FILES := $(shell find . -type f -and -path '*/epub/*' -and -name '*.lua')
ifeq ($(AGDA_STDLIB_VERSION),)