middleman-deploy/lib/middleman-deploy.rb

9 lines
173 B
Ruby
Raw Normal View History

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