2012-08-19 21:38:16 -07:00
|
|
|
require "middleman-core"
|
|
|
|
|
2012-08-22 11:45:33 -07:00
|
|
|
require "middleman-deploy/commands"
|
|
|
|
|
2012-08-20 10:52:29 -07:00
|
|
|
::Middleman::Extensions.register(:deploy) do
|
|
|
|
require "middleman-deploy/extension"
|
|
|
|
::Middleman::Deploy
|
2012-08-19 21:38:16 -07:00
|
|
|
end
|