Comment and separate default options.

master
Tom Vaughan 2013-08-08 19:44:03 -04:00
parent 6cb77153d4
commit c9d44ba5e7
1 changed files with 3 additions and 0 deletions

View File

@ -17,8 +17,11 @@ module Middleman
options = Options.new(options_hash)
yield options if block_given?
# Default options for the rsync method.
options.port ||= 22
options.clean ||= false
# Default options for the git method.
options.remote ||= "origin"
options.branch ||= "gh-pages"