middleman-deploy/lib/middleman-deploy.rb

9 lines
173 B
Ruby
Raw Normal View History

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'
2012-08-20 19:52:29 +02:00
::Middleman::Deploy
2012-08-20 06:38:16 +02:00
end