class Middleman::Sources

def on_change(types, &block)

def on_change(types, &block)
  Array(types).each do |type|
    @on_change_callbacks = @on_change_callbacks.push(CallbackDescriptor.new(type, block))
  end
end