lib/sitediff/api.rb in sitediff-1.2.10 vs lib/sitediff/api.rb in sitediff-1.2.11
- old
+ new
@@ -80,9 +80,11 @@
# cli_mode: false
# )
def diff(options)
@config.ignore_whitespace = options[:ignore_whitespace]
@config.export = options[:export]
+ @config.remove_html_comments = options[:remove_html_comments]
+
# Apply "paths" override, if any.
if options[:paths]
@config.paths = options[:paths]
else
paths_file = options[:paths_file]