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