2014-04-29 19:44:24 +02:00
|
|
|
# rubocop:disable FileName
|
2014-07-02 19:11:52 +02:00
|
|
|
|
2012-04-14 22:51:02 +02:00
|
|
|
# Top-level Middleman namespace
|
2012-05-07 23:41:39 +02:00
|
|
|
module Middleman
|
|
|
|
# Backwards compatibility namespace
|
|
|
|
module Features; end
|
2015-02-17 18:39:59 +01:00
|
|
|
|
|
|
|
autoload :Application, 'middleman-core/application'
|
2012-05-07 23:41:39 +02:00
|
|
|
end
|
2011-12-30 00:09:51 +01:00
|
|
|
|
2013-12-28 01:26:31 +01:00
|
|
|
require 'middleman-core/version'
|
|
|
|
require 'middleman-core/util'
|
|
|
|
require 'middleman-core/extensions'
|