lib/octopress/commands/serve.rb in octopress-3.0.0.rc.8 vs lib/octopress/commands/serve.rb in octopress-3.0.0.rc.9

- old
+ new

@@ -17,10 +17,10 @@ c.action do |args, options| Octopress.config(options) options["serving"] ||= true options = CommandHelpers.normalize_options(options) - options = Jekyll.configuration(options.to_symbol_keys) + options = Jekyll.configuration(options) Jekyll::Commands::Build.process(options) Jekyll::Commands::Serve.process(options) end end end