lib/parade/commands/html_output.rb in parade-0.10.1 vs lib/parade/commands/html_output.rb in parade-0.10.2
- old
+ new
@@ -24,10 +24,10 @@
return unless File.exists? filepath
if File.directory? filepath
root_path = filepath
root_node = Parsers::PresentationDirectoryParser.parse filepath, :root_path => ".",
- :parade_file => (Array(options['parade_file']) + [ "parade", "parade.json" ]).compact.uniq
+ :parade_file => (Array(options['parade_file']) + [ "parade" ]).compact.uniq
else
root_path = File.dirname filepath
root_node = Parsers::PresentationFileParser.parse filepath, :root_path => root_path
end
\ No newline at end of file