Adding 'liquid' as a dependency.
This commit is contained in:
parent
45f40d0d8d
commit
615cdfe245
2 changed files with 6 additions and 1 deletions
5
Gemfile
5
Gemfile
|
@ -9,3 +9,8 @@ group :development do
|
|||
gem 'guard-shell'
|
||||
gem 'html-proofer'
|
||||
end
|
||||
|
||||
group :epub do
|
||||
gem 'safe_yaml'
|
||||
gem 'liquid'
|
||||
end
|
||||
|
|
2
Makefile
2
Makefile
|
@ -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),)
|
||||
|
|
Loading…
Reference in a new issue