Skip to content

Commit

Permalink
Add missing properties that are used by other plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolmer committed Aug 9, 2017
1 parent 32dac8e commit f15103b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/jekyll-minimagick.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ def initialize(site, base, dir, name, preset)
@base = base
@dir = dir
@name = name
@relative_path = File.join(*[@dir, @name].compact)
@extname = File.extname(@name)
@dst_dir = preset.delete('destination')
@src_dir = preset.delete('source')
@commands = preset
Expand Down

0 comments on commit f15103b

Please sign in to comment.