further simplify slim renderer
This commit is contained in:
parent
8cf36ffb64
commit
ac9b1bc3ef
1 changed files with 5 additions and 9 deletions
|
@ -1,6 +1,4 @@
|
|||
module Middleman
|
||||
module Renderers
|
||||
module Slim
|
||||
module Middleman::Renderers::Slim
|
||||
class << self
|
||||
def registered(app)
|
||||
require "slim"
|
||||
|
@ -8,5 +6,3 @@ module Middleman
|
|||
alias :included :registered
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue