module Middleman::Features::Proxy::ClassMethods
def proxy(path, options={})
Proxies requests to the path
def proxy(path, options={}) Middleman::Features::Proxy::Collection.add(path, options) end
def proxy(path, options={}) Middleman::Features::Proxy::Collection.add(path, options) end