middleman-deploy/lib/middleman-deploy.rb

7 lines
136 B
Ruby
Raw Normal View History

2012-08-20 06:38:16 +02:00
require "middleman-core"
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