lib/guard/jekyll_plus.rb in guard-jekyll-plus-2.0.1 vs lib/guard/jekyll_plus.rb in guard-jekyll-plus-2.0.2

- old
+ new

@@ -48,7 +48,12 @@ end def run_on_removals(paths) @builder.removed(paths) end + + def self.template(plugin_location) + path = 'lib/guard/jekyll_plus/templates/Guardfile' + (Pathname(plugin_location) + path).read + end end end