2014-05-29 11:57:30 +02:00
|
|
|
require 'middleman-core'
|
2012-08-20 06:38:16 +02:00
|
|
|
|
2014-05-29 11:57:30 +02:00
|
|
|
require 'middleman-deploy/commands'
|
2012-08-22 20:45:33 +02:00
|
|
|
|
2012-08-20 19:52:29 +02:00
|
|
|
::Middleman::Extensions.register(:deploy) do
|
2014-05-29 11:57:30 +02:00
|
|
|
require 'middleman-deploy/extension'
|
2015-02-22 22:52:52 +01:00
|
|
|
::Middleman::Deploy::Extension
|
2012-08-20 06:38:16 +02:00
|
|
|
end
|