remove proxy feature into its own extension

This commit is contained in:
Thomas Reynolds 2011-08-02 10:38:25 -07:00
parent 12a00e3811
commit bb2005388a
2 changed files with 0 additions and 197 deletions

View file

@ -140,9 +140,6 @@ module Middleman
# Treat project as a blog
autoload :Blog, "middleman/features/blog"
# Proxy web services requests in dev mode only
autoload :Proxy, "middleman/features/proxy"
# guard-livereload
autoload :LiveReload, "middleman/features/live_reload"