mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Readd Middleman::Features namespace for backwards compatibility. Closes #280
This commit is contained in:
parent
410b6b37d1
commit
70dc453c25
1 changed files with 4 additions and 0 deletions
|
@ -109,6 +109,10 @@ module Middleman
|
|||
autoload :AssetHost, "middleman-core/extensions/asset_host"
|
||||
end
|
||||
|
||||
# Backwards compatibility namespace
|
||||
module Features
|
||||
end
|
||||
|
||||
module Extensions
|
||||
class << self
|
||||
def registered
|
||||
|
|
Loading…
Reference in a new issue