as reported at: http://forum.middlemanapp.com/discussion/comment/177
This commit is contained in:
parent
0f7f2b8b0c
commit
fa123c1c70
|
@ -51,7 +51,7 @@ module Middleman
|
|||
if options.has_key? "clean"
|
||||
clean = options.clean
|
||||
else
|
||||
clean = shared_inst.options.clean
|
||||
clean = self.middleman_options.clean
|
||||
end
|
||||
|
||||
if clean
|
||||
|
|
Loading…
Reference in a new issue