mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Remove unnecessary lines
This commit is contained in:
parent
93f1ec6f63
commit
73b52fd71a
2 changed files with 1 additions and 7 deletions
|
@ -1,6 +1,3 @@
|
|||
require 'hamlit/engine'
|
||||
require 'hamlit/template'
|
||||
require 'hamlit/version'
|
||||
|
||||
module Hamlit
|
||||
end
|
||||
|
|
|
@ -5,10 +5,7 @@ require 'hamlit/parser'
|
|||
|
||||
module Hamlit
|
||||
class Engine < Temple::Engine
|
||||
define_options(
|
||||
generator: Temple::Generators::ArrayBuffer,
|
||||
escape_html: false,
|
||||
)
|
||||
define_options generator: Temple::Generators::ArrayBuffer
|
||||
|
||||
use Parser
|
||||
use ScriptCompiler
|
||||
|
|
Loading…
Reference in a new issue